Good morning, Since an update of the Edge browser, we experience problems with a Mendix app. A flow calls an 'show page' action and after that a 'close page' action is triggered that closes the pop-up/overlay. The pop-up indeed closes, but the page that should open won't open. In the other browsers it works without any problems, in Edge it also worked before Edge updated. The pop-up that closes (the 'Close Page' action): Instead of showing the new/refreshed page the 'waiting screen' keeps showing indefinitely: The microflow looks like this: When I delete the 'Close page' action, it works, but then the pop-up stays on top of the page. Does anybody have a similar experience? Regards, Joost (The Edge version is: 42.17134.1.0)
We fixed the issues occuring in the latest Microsoft Edge version where some of widgets on the page were not properly destroyed when navigating. (Tickets 64692, 64778, 64918, 64938)
"
answered
Stephan Bouw
0
I've just upgraded the project to 7.16 and the bug is fixed.