Andrii Kolomoiets writes: >> On Jul 16, 2019, at 22:28, Alan Third wrote: >> >> The patch looks good to me, but lets see if we can find solutions to >> these other issues. > > I made some progress on this issue. > > The idea is to wait for fullscreen transition to complete: > - Set property isFullScreenTransition on windowWillEnterFullScreen and > windowWillExitFullScreen events; > - Clear that property on windowDidEnterFullScreen and > windowDidExitFullScreen events; > - Wait for property to be cleared when we need to. Updated patch to work with latest master