An error in the spec should be corrected along with the implementation of node.disabled. The spec says "events will still be delivered" but this is incorrect. Mouse and key event handlers should not be invoked when disabled. A focused Node should lose focus when it becomes disabled.
- duplicates
-
JDK-8104758 Node.disable API documentation is misleading
- Closed