-
Bug
-
Resolution: Incomplete
-
P5
-
None
-
6
-
generic
-
generic
If a component with a tooltip, get MousePressed event and MouseExited right after that
the ToolTipManager is not removed from the componene listeners list.
This rare situation can occur e.g. in automate testing when you do
robot.mouseMove() to the component
robot.mousePress(InputEvent.BUTTON1_MASK);
robot.mouseRelease(InputEvent.BUTTON1_MASK);
robot.mouseMove() to the another component
see suggested fix
the ToolTipManager is not removed from the componene listeners list.
This rare situation can occur e.g. in automate testing when you do
robot.mouseMove() to the component
robot.mousePress(InputEvent.BUTTON1_MASK);
robot.mouseRelease(InputEvent.BUTTON1_MASK);
robot.mouseMove() to the another component
see suggested fix
- relates to
-
JDK-6445802 regreesion test javax/swing/ToolTipManager/4768127/bug4768127.java fails in b90
- Closed