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

SelectEvent doesn't store the keyCode in AuRequest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 9.6.4
    • None
    • None

      Steps to Reproduce

         <listbox checkmark="true" multiple="true" onSelect="">
              <listitem label="11"/>
              <listitem label="22"/>
              <listitem label="33"/>
              <listitem label="44"/>
          </listbox>
      

      1. focus on the listbox
      2. press up/down key to select an item

      Current Result

      a browser sends keycode and char code

      cmd_1: onSelect
      uuid_1: zU2Q0
      data_1: {"items":["zU2Qv20"],"reference":"zU2Qv20","clearFirst":true,"selectAll":false,"keyCode":38,"charCode":0,"which":38}
      

      Expected Result

      an API on SelectEvent to retrieve the key code

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: