-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7
-
x86
-
os_x
A DESCRIPTION OF THE PROBLEM :
The documentation for MouseEvent explains that MOUSE_DRAGGED events are delivered to the component in which the mouse button was pressed. It fails to explain the similar behavior of MOUSE_RELEASED and MOUSE_CLICKED events.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
It should explain that the MOUSE_RELEASED and MOUSE_CLICKED events are delivered to the component in which the mouse button was pressed, just as for MOUSE_DRAGGED.
ACTUAL -
No explanation is given.
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/7/docs/api/java/awt/event/MouseEvent.html
The documentation for MouseEvent explains that MOUSE_DRAGGED events are delivered to the component in which the mouse button was pressed. It fails to explain the similar behavior of MOUSE_RELEASED and MOUSE_CLICKED events.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
It should explain that the MOUSE_RELEASED and MOUSE_CLICKED events are delivered to the component in which the mouse button was pressed, just as for MOUSE_DRAGGED.
ACTUAL -
No explanation is given.
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/7/docs/api/java/awt/event/MouseEvent.html
- duplicates
-
JDK-7182068 [macosx] Converting MouseEvents may lead to inconsistent modifiers
- Closed