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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • 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).

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

              Created:
              Updated:
              Resolved:
              Imported: