Community
Participate
Working Groups
This results in the fact the clean up code in there is not run.
Created attachment 171653 [details] Fix position to run cleanup code I think the clean up code is run in the wrong place and should run after the event loop is finished.
Created attachment 171654 [details] patch
Paul, with the 1st patch I get a test failure but I'm uncertain whether this is a problem with the test. 2nd patch which disposes before closing the window fixes the problem as well. I guess we can go with the 2nd patch because the cleanUp() when called more than once is simply a no-op
Created attachment 171711 [details] patch
released cleanup change to HEAD