[Webkit-unassigned] [Bug 30896] New: [Gtk] Implement atk_table_get_column_header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 22:25:18 PDT 2009


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

           Summary: [Gtk] Implement atk_table_get_column_header
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: xan.lopez at gmail.com, William.Walker at sun.com,
                    apinheiro at igalia.com


The fixes for bug 25534 implemented the bulk of AtkTable. Support for
atk_table_get_column_header was removed due to being broken:

* when a cell was returned, it did claim to be in the proper row, but
* it didn't have a child of ROLE_TEXT with the cell contents as expected, and
* often a cell wasn't returned

What's puzzling to me is that the nearly identical implementation for
atk_table_get_row_header works like a charm. Unless I'm just missing something
(a perfectly reasonably possibility), this might be due to "non-traditional"
table hierarchy exposed to Atk apps by WebKitGtk (for which I've opened bug
30895).

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