JDK-4034656 : Win32:MouseDrag issues an event incorrectly
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1997-02-26
  • Updated: 2021-12-17
  • Resolved: 1998-04-29
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Click a mouse on a component derived either from Canva or Panel Class,
and drag the mouse out of the component (with the mouse being kept
pressed) so that the first drag event is issued outside the component. 
The drag event is issued not to the component where the mouse is
clicked first but to a component where the mouse is located. Or if
the mouse is released outside the component where it was pressed, a
MOUSE_RELEASED event is not issued.
---------------------------------------
 1997-05-29

One other customer sent the same bug. How come it is closed without any justification?

From: Kiyoshi Furukawa <###@###.###>
This does not look like form output to me.


BUG_SUBMIT_FORM
User: (internal)
Category: java
Subcategory: classes_awt
Bug/rfe/eou: bug
Synopsis: mouse pressed event was delivered when drag-exit from Frame.
Severity Impact: (internal)
Severity Functionality: (internal)
Priority: (internal)
Description: MOUSE_PRESSED event was delivered when cursor dragged and
exited from Frame.
Futhermore, entering again into Frame after drag-exit and
release button, MOUSE_RELEASED event was delivered.

Would you please make me know whether it was Bug or not.

company - Real World Computing Partnership , email - ###@###.###
Work around: 

Comments:
customer_rec: new
Company: other
Employee:Kiyoshi Furukawa
Release: jdk111
Hardware Version: i586
O/S version: win_95
User Role: D
User Type: E
Sun Contact: (internal)
end_customer_rec: 
BUG_END


phil.race@eng 1997-11-06

I think this the same as 4038721, fixed in JDK 1.1.5

Comments
EVALUATION You have to click the mouse near the edge and *very* quickly move it out of the canvas to demonstrate this problem. No WM_MOUSEMOVE messages are sent to the canvas peer, which leads me to suspect a Win32 bug we'll have to workaround.
11-06-2004

WORK AROUND Don't drag the mouse super fast -- real customers don't.
11-06-2004

PUBLIC COMMENTS Duplicate of 4035189.
10-06-2004