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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 06:09:44 PDT 2021


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

--- Comment #5 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Carlos Garcia Campos from comment #2)
> Created attachment 442147 [details]
> Patch

+        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.
+

That is true for all properties, not only for children. I believe we have to make the LayoutTests async, i.e., waitFor foo.childAtIndex(0) is not null in your example above.

-- 
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/20211025/6d156d4a/attachment-0001.htm>


More information about the webkit-unassigned mailing list