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

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

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 9.5.1
    • Fix Version/s: 9.6.0
    • Component/s: Components
    • Security Level: Jimmy
    • Labels:

      Description

      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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved: