[Webkit-unassigned] [Bug 260278] AX: aria-selected-menu-items test is flaky in ITM mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 21 22:30:12 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260278
--- Comment #6 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 467376
--> https://bugs.webkit.org/attachment.cgi?id=467376
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=467376&action=review
> Source/WebCore/accessibility/AXObjectCache.cpp:4019
> + return object.canHaveSelectedChildren();
should this try to find a matching role instead of canHaveSelectedChildren? there may possibly be a mismatch in what is found
> Source/WebCore/accessibility/AXObjectCache.cpp:4022
> + updateNode(ancestor);
are we able to update just a single property for the ancestor? (I'm not sure what's happening in updateNode)
--
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/20230822/c771f4dd/attachment.htm>
More information about the webkit-unassigned
mailing list