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

Wasm Accessibility: Support UI element parent change

XMLWordPrintable

      The wasm accessibility backend should update the html UI element tree on UI element parent change.

      Possible implementation approaches:

      1. Use the QAccessible::ParentChanged event. Note that Qt does currently not send this event.

      2. Keep a copy of all interface parameters (object, window, children, etc). Whenever control enters the accessibility backend with an interface, do a verification process on the interface. Either fixup the shadow element if that is possible, or remove our shadow copy and all children, After the fixup, create any elements as needed.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes