[Webkit-unassigned] [Bug 30895] [Gtk] The accessible hierarchy of tables is significantly incorrect for Atk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 1 10:36:30 PST 2010


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





--- Comment #3 from Joanmarie Diggs <joanmarie.diggs at gmail.com>  2010-03-01 10:36:30 PST ---
Created an attachment (id=49730)
 --> (https://bugs.webkit.org/attachment.cgi?id=49730)
rest of the fix - includes additional layout test

The other issue turned out to be that any table identified as an
AccessibilityTable always added a bunch of children without considering whether
or not those children should be "ignored" by the platform. This patch changes
that so an AccessibilityTable only adds children that are not "ignored." It
also makes corresponding Gtk-specific changes so that we can actually specify
that they should be ignored.

Note that this patch assumes/depends upon the previous one. Therefore, I'm not
yet flagging it for review as the bots will just spit up on it. But as far as
I'm concerned at the moment, this is everything that needs to be done w.r.t.
this bug pending code review.

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