[Webkit-unassigned] [Bug 57463] [GTK] ARIA tables not exposing cells as HTML tables do

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 19:35:32 PDT 2011


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





--- Comment #9 from chris fleizach <cfleizach at apple.com>  2011-04-05 19:35:32 PST ---
(From update of attachment 88199)
View in context: https://bugs.webkit.org/attachment.cgi?id=88199&action=review

Is it possible to override what GTK returns for parent and children, and check if there's an AX table row in that equation, and if so, either pass on to the parent of the table row, or the children of the table row? I ask because I fear that there's a lot of edge cases that rely on a table row for calculating or retrieving data.  A good example is rowIndexRange(). It seems the rowIndex() method is really good for that, but GTK code now has to do a lot of work to get that same information. 

In the Mac wrapper we do something similar when handling attachments. For children and parents, we check if there's an attachmentView and if there, we do something different. 

I also think that change may be a lot less code

> Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:85
> +

I don't think this change needs to be platform dependent. I think the accessibilityIsIgnored() check covers the platform dependentness.

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