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...