To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87532


User od changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from o...@openoffice.org Wed Mar 10 08:43:38 +0000 
2010 -------
Investigation reveals the following:
- Implementations of <atk_table_get_row_header(AtkTable, row)> and
<atk_table_get_column_header(AtkTable, column)> in OOo's ATK-brigde are correct.
The UNO-A11y-API methods <XAccessibleTable::getAccessibleRowHeaders()> resp.
<XAccessibleTable::getAccessibleColumnHeaders()> are used. If the corresponding
header exists the table cell of the first column resp. the first row is returned
as an <AtkObject> instance. This is correct in cases where the row header resp.
the column header consists of one column resp. one row. In the other cases
nothing else can be done, because the corresponding ATK methods does not allow
to return more than one <AtkObject> instance which would be needed if e.g. a
column header consists of two or more table rows.
Thus, nothing has to be adjusted here for this issue.
- Implementations of <atk_table_get_row_description(AtkTable, row)> and
<atk_table_get_table_description(AtkTable, column)> in OOo's ATK-brigde are also
correct. They rely on UNO-A11y-API methods
<XAccessibleTable::getAccessibleRowDescription(row)> resp.
<XAccessibleColumnDescription(column)>. But the Writer's implementation of these
UNO-A11y-API methods always return an empty string.
Thus, nothing has to be adjusted in OOo's ATK-bridge for this issue. But the
Writer's UNO-A11y-API implementation needs adjustment.
- Writer table does not support row headers. Thus, the corresponding methods
will return 'nothing' for a Writer table.

Short summary:
For this issue Writer's implementation of
<XAccessibleTable::getAccessibleColumnDescription(column) will be corrected.
Anything else is already working.

Fix in progress in cws sw33a11y01.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to