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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 9.6.0
    • Affects Version/s: 9.5.1
    • Component/s: Components
    • Security Level: Jimmy
    • None

      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

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

              Created:
              Updated:
              Resolved: