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

QAccessible::notifyAccessibilityUpdate not implemented on Android

    XMLWordPrintable

Details

    • Android

    Description

      GUI elements are supposed to use QAccessible::notifyAccessibilityUpdate when accessibility-relevant attributes of the UI changed. This allows accessibility tools to update their data structures accordingly.

      On Android, this function is not implemented; qandroidplatformaccessibility.cpp reads:

      void QAndroidPlatformAccessibility::notifyAccessibilityUpdate(QAccessibleEvent */*event*/)
      {
          // FIXME send events
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              tokorpip Tomi Korpipää
              vhilshei Volker Hilsheimer
              Votes:
              1 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes