[Webkit-unassigned] [Bug 147295] AX: VoiceOver unable to access content in malformed trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 26 00:02:19 PDT 2015


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

--- Comment #6 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 257519
  --> https://bugs.webkit.org/attachment.cgi?id=257519
patch

it looks like your general approach is to try to invalidate tree role usage after the role has been assigned.
i think instead we should take the approach like AccessibilityList where AXObjectCache will make a new element t(AccessibilityTree.cpp) where we can override determineAccessibilityRole() to look at the children and change the role depending on what we need do that

that way we don't have to worry about missing any cases where tree role still peeks through and we don't have to pollute AccessibilityObject with methods that don't apply to all objects

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150726/1a4acb37/attachment.html>


More information about the webkit-unassigned mailing list