On Tue, 14 Sep 2021 22:05:56 GMT, Alisen Chung <[email protected]> wrote:
>> Added a resizing flag when the window is currently being resized to block >> mouseEntered and mouseExited events from being posted to that window. > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > added bug ID to test src/java.desktop/macosx/classes/sun/java2d/opengl/CGLLayer.java line 116: > 114: // 8254841: We need to tell the peer we have finished > resizing > 115: // to resume posting mouseEntered and mouseExit events. > 116: peer.finishResizing(); Not sure that this call should be added to the render callback. ------------- PR: https://git.openjdk.java.net/jdk/pull/5497
