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

Wasm Accessibility: Support Geometry Updates

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • None
    • WebAssembly

    Description

      Accessibility geometry updates are usually polling-based, where the native a11y implementation requests accessibility element geometry (via QAccessibleInterface::rect()) when required.

      However, the WebAssembly accessibility backend creates an intermediate accessibility tree using DOM UI elements which needs to be updated when the Qt UI element geometry changes.

      To support this Qt should push geometry updates using QAccessible::LocationChange events, and the wasm a11y backend should handle those.

      Attachments

        Issue Links

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

          Activity

            People

              evenandersen Even Oscar Andersen
              sorvig Morten Sørvig
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There is 1 open Gerrit change