-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
If the event target is not in a ZK widget tree, we may turn off the keydown event to notify to the first root ZK widget.
In ZK 7.x, it is "true" by default for backward compatibility, and switch it to false by default for ZK 8.
Developer can use the following library property to change the default value.
<library-property>
<name>org.zkoss.zk.ui.invokeFirstRootForAfterKeyDown.enabled</name>
<value>true</value>
</library-property>