[webkit-reviews] review requested: [Bug 32501] AX: there's an infinite loop going on for some webpages - facebook.com : [Attachment 44769] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 16:48:05 PST 2009


chris fleizach <cfleizach at apple.com> has asked	for review:
Bug 32501: AX: there's an infinite loop going on for some webpages -
facebook.com
https://bugs.webkit.org/show_bug.cgi?id=32501

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

------- Additional Comments from chris fleizach <cfleizach at apple.com>
the problem is that we can't call parentObjectUnignored while in
accessibilityIsIgnored... it leads to a lot of recursiveness that might not
ever end...

it was being done when determining if an object was within a ARIA tree. that
check should
1) be moved to all platforms
2) not call parentObjectUnignored()


More information about the webkit-reviews mailing list