Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-82021

[Accessibility] Accessibility tree Children are sorted in wrong order

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.12.7, 5.15.3
    • None
    • macOS, Windows
    • UI Bug Fixing Q1/2021

      Just like in QTBUG 75005, children of a control need to be sorted by y-axis in QAccessibleQuickItem before being used to navigate the tree. This is because child items get appended to the end of the children list of an item, whereas in the tree they should appear in the order they show up in the UI (top-down).

      This is primarily a problem with ListView and anything that uses Repeater / Instantiator 

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            smd Jan Arve
            cosminp Cosmin Pancratov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes