Open Bug 1357188 Opened 7 years ago Updated 2 years ago

atk_table_cell_get_position() should report the values of aria-rowindex and aria-colindex

Categories

(Core :: Disability Access APIs, defect, P3)

Unspecified
Linux
defect

Tracking

()

People

(Reporter: jdiggs, Unassigned)

Details

Steps to reproduce:
0. Get AT-SPI2 version 2.24.1 or later: https://bugzil.la/1348340.
1. Load data:text/html,<div role="table"><div role="row"><div role="cell" aria-rowindex ="4" aria-colindex="4">test cell</div></div></div>
2. Launch Accerciser, select the accessible cell, and in the ipython console type: Atspi.TableCell.get_position(acc)

Expected result: The returned values for row and column would each be 3 (0-based for ATK; 1-based for ARIA)

Actual result: The returned values for row and column are each 0.

See:
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaColIndex
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaRowIndex
This is something we should triage and fix but isn't among our most urgent bugs.(Contributions welcome as always!)
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.