Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.13.0, 6.3.0 Beta2
-
-
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
Description
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.
Attachments
Issue Links
- mentioned in
-
Page Loading...
For Gerrit Dashboard: QTBUG-77371 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
397183,2 | tst_qquickaccessibility: wrap dynamic object allocations into smart pointers | dev | qt/qtdeclarative | Status: MERGED | -1 | 0 |
397184,3 | Fix tst_qquickaccessible::hitTest() on Android | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
397185,3 | A11Y: make QQuickText focusable for A11Y | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398727,2 | tst_qquickaccessibility: wrap dynamic object allocations into smart pointers | 6.3 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398728,2 | tst_qquickaccessibility: wrap dynamic object allocations into smart pointers | 6.2 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398735,2 | Fix tst_qquickaccessible::hitTest() on Android | 6.2 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398736,2 | Fix tst_qquickaccessible::hitTest() on Android | 6.3 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398737,2 | A11Y: make QQuickText focusable for A11Y | 6.3 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398738,2 | A11Y: make QQuickText focusable for A11Y | 6.2 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
398741,3 | A11Y: make QQuickText focusable for A11Y | tqtc/lts-5.15 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |