Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8099505 Scene.MouseHandler should be optimized
  3. JDK-8100261

nodes should not be re-picked when mouse is off the Scene

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • fx1.2
    • None
    • javafx
    • None


      It looks like detecting a mouse exit event and clearing lastEvent would fix this:
              if (e.impl_EventID == MouseEventID.EXITED) {
                  lastEvent = null;
              } else {
                  lastEvent = e;
              }

            idk Igor Kushnirskiy (Inactive)
            idk Igor Kushnirskiy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: