[Webkit-unassigned] [Bug 25414] [GTK] ROLE_PANEL should not be used for paragraphs and list items.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 07:33:51 PDT 2009


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





------- Comment #7 from xan.lopez at gmail.com  2009-05-20 07:33 PDT -------
(In reply to comment #5)
> (From update of attachment 30506 [review])
> > +    // WebCore does not seem to have a role for list items
> > +    if (AXObject->roleValue() == GroupRole) {
> 
> isGroup()
> 
> > +        AccessibilityObject* parent = AXObject->parentObjectUnignored();
> > +        if (parent && parent->roleValue() == ListRole)
> 
> isList()
> 
> With those changes, r=me.
> 

Thanks, landed as r43907.


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



More information about the webkit-unassigned mailing list