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

[Accessibility] QtQuick Controls 1.0 TreeView: the Accessibility tree needs to match the parent-child hierarchy of the tree (not a flat list)

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • None
    • macOS, Windows

    Description

      The Accessibility tree of a TreeView shows up as a flat list instead of the reflecting the actual tree.

      This is a result of TreeView being built on top a ListView.

      A possible fix would involve overloading the functionality in QAccessibleQuickItem to filter the children() of TreeItem to the children object in the TreeView instantiator that are children of the given TreeItem in the tree model hierarchy. 

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            cosminp Cosmin Pancratov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes