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

Wasm Accessibility: Support UI element parent change

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

              qt.webassembly qt.webassembly
              sorvig Morten Sørvig
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes