Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0
-
Nexus 7, Android 4.4, api 19
-
-
fdcf66f10fd4f50f99c3a124626f6f4e6033a575
Description
Testing on Nexus 7 Android 4.4 (KitKat),
Explore by touch adds the word "checked" to all announcements on QML elements.
For instance
Text
{ id: text1 x: 67 width: 144 height: 45 text: qsTr("Some text") anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: 38 font.pointSize: 12 Accessible.name: text }Is announced as "Some text, state of text: checked" by talk-back.
And
Rectangle
{ id: item2 x: 400 y: 400 width: 200 height: 200 color: "red" Accessible.description: "Red Square" }Is announced as
"Red Square, checked"