Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2644

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

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Done
    • Normal
    • 7.0.5
    • None
    • ZK Client Engine
    • None

    Description

      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>
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: