[webkit-reviews] review granted: [Bug 42219] AX: VoiceOver cannot navigate this page because Safari is taking too long : [Attachment 61442] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 22:12:01 PDT 2010


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 42219: AX: VoiceOver cannot navigate this page because Safari is taking too
long
https://bugs.webkit.org/show_bug.cgi?id=42219

Attachment 61442: patch
https://bugs.webkit.org/attachment.cgi?id=61442&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +    // absoluteFocusRingQuads will query the hierarchy below this element,
which for large webpages can be very slow.
> +    // For a web area, which will have the most elements of any element,
absoluteQuads should be used.

Are there any other cases where absoluteQuads would be better? Should
absoluteFocusRungQuads itself have an optimization for this case?

r=me


More information about the webkit-reviews mailing list