-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
When a popup window is hidden (ShowWindow(hPopupWindow, SW_HIDE) call), the system sends an extra WM_MOUSEMOVE message to the popup's parent window. This message reports the current mouse buttons state (so the message is translated to DRAGGED, when the left mouse button is pressed when the Popup is hidden) and reports the last mouse position. The glass toolkit should filter out mouse move / drag messages which don't report changed mouse pointer coordinates.
- relates to
-
JDK-8114341 MouseEvent.is*ButtonDown should be false for released event
-
- Closed
-