Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6458458

ToolTipManager doesn't unregister itself in rare occasions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P5 P5
    • None
    • 6
    • client-libs

      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

            Unassigned Unassigned
            alexp Alexander Potochkin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: