[Webkit-unassigned] [Bug 232141] New: AX: Notify about children changed earlier in isolated tree mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 03:56:33 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=232141

            Bug ID: 232141
           Summary: AX: Notify about children changed earlier in isolated
                    tree mode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com
            Blocks: 230259

In case of isolated tree mode the children changed notification happens after the deferred cache update like in non-isolated tree mode, but then it's deferred again by the notification post timer. This affects layout tests doing things like foo.appendChild(bar) + foo.childAtIndex(0), because in isolated tree mode foo.childAtIndex(0) returns null, the child wrapper hasn't been attached yet with the ax isolated object.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=230259
[Bug 230259] [GTK][a11y] Add initial WTR accessibility support when building with ATSPI
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211022/34c030d7/attachment.htm>


More information about the webkit-unassigned mailing list