-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.0
-
x86
-
windows_nt
In Windows,MouseDragged,Mouse Released is not triggered by Label for Left,Middle mouse buttons when mouse is dragged and released outside the component.
How to reproduce the Bug? -------->
Run this sample code. You would see a frame with a label at the North.
Press the Left/Middle mouse button inside the label and drag it.
Drag the mouse outside the label and drag it all over the screen without
releasing the mouse button. Release the mouse button when mouse pointer
is outside the label. Check whether Mouse Dragged Event,Mouse Released
Events are triggering for label or not.
How to reproduce the Bug? -------->
Run this sample code. You would see a frame with a label at the North.
Press the Left/Middle mouse button inside the label and drag it.
Drag the mouse outside the label and drag it all over the screen without
releasing the mouse button. Release the mouse button when mouse pointer
is outside the label. Check whether Mouse Dragged Event,Mouse Released
Events are triggering for label or not.
- duplicates
-
JDK-4327623 MouseDragged, Released are not triggered by Label for left mouse button
- Closed