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

QML Accessible description / name issues on Android

    XMLWordPrintable

Details

    • Android
    • 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"

      Attachments

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

        Activity

          People

            frederik Frederik Gladhorn
            grego Harri Pasanen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes