RFR: 8254841: [macos] Enter or Exit events are shouldn't be displayed while resizing [v4]
Alisen Chung
github.com+90066231+alisenchung at openjdk.java.net
Thu Sep 16 18:14:39 UTC 2021
> 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:
reverted changes, removed synthesizeMouseEvents from deliverMoveResizeEvent in AWTWindow.m, updated test
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5497/files
- new: https://git.openjdk.java.net/jdk/pull/5497/files/acbf7984..c50ed453
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5497&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5497&range=02-03
Stats: 51 lines in 4 files changed: 8 ins; 26 del; 17 mod
Patch: https://git.openjdk.java.net/jdk/pull/5497.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5497/head:pull/5497
PR: https://git.openjdk.java.net/jdk/pull/5497
More information about the client-libs-dev
mailing list