[Webkit-unassigned] [Bug 108291] [Mac] REGRESSION(r140974): accessibility/lists.html fails on Lion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 08:32:39 PST 2013


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





--- Comment #4 from chris fleizach <cfleizach at apple.com>  2013-01-30 08:34:39 PST ---
(In reply to comment #3)
> Never mind the previous comment, I read the diff backwards.

It looks like the problem is that we don't explicitly return the role description for a descriptionList, instead relying on the NSAccessibility method to return one and in Lion it returns the role:subrole, and above that it returns what the role's description would be ignoring the subrole.

i think we should mimic that behavior in WebCore otherwise, we'll get this unwieldy role description on lion

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list