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

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • fx1.2
    • Affects Version/s: None
    • Component/s: 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;
              }

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

              Created:
              Updated:
              Resolved:
              Imported: