TreeView should not use setOnMouseClicked() because is seems to lose clicks

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx

      The TreeView skin uses the mouse clicked event that is currently very picky. The mouse must not move between mouse press/release. This makes it look as if the the tree view is missing mouse clicks (ie. nodes don't get selected). This looks really bad.

      Mouse release should be used instead (and addEventHandler() rather than setOnXXX).

            Assignee:
            Jonathan Giles
            Reporter:
            Steve Northover (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: