JDK-4109617 : JToolBar dragging problem on win32
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.1.5
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1998-02-05
  • Updated: 1998-03-19
  • Resolved: 1998-03-19
Related Reports
Duplicate :  
Description
JToolBars have a problem on Win32:

   When the drag starts and the dragWindow is popped up, the toolbar
sometimes gets a MOUSE_EXITED and so the dragging stops -- because there is
no MOUSE_RELEASED, the dragWindow stays up but the toolbar is never added to a frame.  This looks really bogus.  We need to find a way to deal with this,
whether by fixing the AWT or by working around the problem.

Comments
EVALUATION I need to write a test to be sure that this is exactly what is happening... georges.saab@Eng 1998-03-17
17-03-1998