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

Accessibility: Multiple Text items with Accessible properties grouped together on Android

XMLWordPrintable

    • Android
    • 8
    • 9c5f772b5e (qt/qtdeclarative/dev) 750817d52b (qt/qtdeclarative/6.3) 25d4522ef3 (qt/qtdeclarative/6.2) c4f02e3712 (qt/tqtc-qtdeclarative/5.15)
    • Team One Foundation Sprint 52, Team A Foundation Sprint 53

      Simple example:

      import QtQuick 2.0
      import QtQuick.Controls 2.5
      
      Item {
          Column {
              Repeater {
                  model: 2
                  Text {
                      Accessible.name: text
                      text: "Hello world"
                  }
              }
          }
      }
      

      This will result in one big focus box on Android which reads back "Hello world hello world". On iOS it's two separate items (I think this is the correct behavior) which can be selected individually.

        For Gerrit Dashboard: QTBUG-77371
        # Subject Branch Project Status CR V

            ivan.solovev Ivan Solovev
            jhasse Jan Niklas Hasse
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: