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

Chosenbox aria-activedescendant out of sync (za11y.jar)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • 9.5.1
    • Components
    • Security Level: Jimmy

      Steps to Reproduce

      <zk>
          <zscript><![CDATA[
              ListModelList model = new ListModelList(new String[] {
                  "aaa1", "aaa2", "aaa3", "bbb4", "bbb5", "bbb6", "ccc7", "ccc8", "ccc9"});
          ]]></zscript>
          <chosenbox width="500px" model="${model}"/>
      </zk>
      

      type "b" to filter only the items starting with "b"

      Current Result

      the aria-activedescendant is pointing to the last item in the list ('ccc9')

      Expected Result

      the aria-activedescendant should point to the currently highlighted item in the list ('bbb4')

      Debug Information

      Workaround

      the patch in ZK-4819 also covers this issue

            DevChu DevChu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: