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

QAccessible::notifyAccessibilityUpdate not implemented on Android

XMLWordPrintable

    • Android

      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
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes