[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 06:59:58 PDT 2009


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


jmalonzo at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30506|review?                     |review+
               Flag|                            |




------- Comment #5 from jmalonzo at gmail.com  2009-05-20 06:59 PDT -------
(From update of attachment 30506)
> +    // 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.


-- 
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