Add a way to turn off the seeking first root widget for afterKeyDown event

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 7.0.5
    • Affects Version/s: None
    • Component/s: ZK Client Engine
    • 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>
      

            Assignee:
            jumperchen
            Reporter:
            jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: