[Webkit-unassigned] [Bug 187824] AX: Press tab to highlight items on a webpage is not working with voiceover enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 10:10:05 PDT 2018


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

--- Comment #8 from zalan <zalan at apple.com> ---
Comment on attachment 345429
  --> https://bugs.webkit.org/attachment.cgi?id=345429
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=345429&action=review

> Source/WebCore/ChangeLog:13
> +        happens.

When the timer fires, you should check if there's a pending layout and let the layout trigger the AX update. This is for the cases when you have different type of mutations coming the same time with the focus change. 
1. focus change
2. focus change
3. tree mutation
4. some other style mutation
In this case your timer will fire before the layout timer and you should really just not do anything at this point.

-- 
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/20180723/b74d1ccb/attachment.html>


More information about the webkit-unassigned mailing list