Node.disable API documentation says that disabling a node would disable any inputs to the node and node will not respond to user interactions. But in the same documentation, the last paragraph says that the events would still be delivered to the disabled node. This is confusing. How could the node be non-responsive to user inputs if the events are still delivered to the node?
This also not matching with the implementation. Currently disabling a node makes the node non-focusable and hence no key events are delivered to the node.
I am referring to the API documentation of JavaFX SDK b41.
This also not matching with the implementation. Currently disabling a node makes the node non-focusable and hence no key events are delivered to the node.
I am referring to the API documentation of JavaFX SDK b41.
- duplicates
-
JDK-8107497 Spec for "disabled" is incorrect, no events should be delivered when disabled
- Resolved