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

Mac Accessibility doesn't work for simple top level widget

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.0 RC1
    • 5.3.0 Beta1
    • None
    • Mac OS X 10.9
    • macOS
    • f16d690a2f8c6ff1830a15794950c8564ae18a29

    Description

      #include <QApplication>
      #include <QPushButton>
      
      int main(int argc, char* *argv) {
        QApplication app(argc, argv);
        QPushButton button(“hello world!”);
        button.show();
        return(app.exec());
      }
      

      VoiceOver should read the button but doesn't find it as child of the window.

      Attachments

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

        Activity

          People

            frederik Frederik Gladhorn
            frederik Frederik Gladhorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes