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

Node with focusable=false accept mouse inputs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • fx1.2
    • fx1.1
    • javafx
    • winXP emulator

      b02 promotion of Franca.
      According to the API: focusable attribute of the Node specifies whether this Node should accept input focus. Even if this is true, it is possible that the Node will not receive focus. For example, a node may be focusable, but visible is false and thus it cannot receive focus. Focusable is simply a way for the application to indicate that a specific node may be allowed to be focused. Nodes that don't want input focus should set this variable to false.

      If you set focusable attribute of the Node to false it will accept the mouse input.

            kcr Kevin Rushforth
            ailjin Artem Iljin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: