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

Can't access qt qml app with at-spi accessibility bridge

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.4.2
    • None
    • Ubuntu Gnome 15.10, but a Unity session shows the same behaviour

    Description

      I try to get at-spi working with a sample qt-quick application. For
      tests I use e.g. the AT-SPI browser "sniff" from dogtail. It shows all
      windows with accessiblity available except the qt-quick sample.

      I run the sample with qmlscene on Ubuntu 15.10 in a Gnome session.

      The qml code is this:

      import QtQuick 2.2
      import QtQuick.Controls 1.2
      
      ApplicationWindow {
      
          id: mainWindow
          title: "Test program"
          width: 800; height: 600
          color: "gray"
          Accessible.name: "Test program"
      
          Button {
              text: "Test button"
              Accessible.name: text
              Accessible.description: "This button does " + text
              Accessible.role: Accessible.Button
              onClicked: console.log("clicked")
          }
      }
      

      Is there anything else needed to get it working?

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            frederik Frederik Gladhorn
            sturmf Fabian Sturm
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes