WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
171176
[ATK] atk_table_cell_get_position() should return values of aria-rowindex and aria-colindex, if present
https://bugs.webkit.org/show_bug.cgi?id=171176
Summary
[ATK] atk_table_cell_get_position() should return values of aria-rowindex and...
Joanmarie Diggs
Reported
2017-04-22 16:46:24 PDT
For ATK, support for aria-rowindex and aria-colindex requires: 1. Expose the values via the "rowindex" and "colindex" object attributes 2. Returning the values via atk_table_cell_get_position() 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
Attachments
Patch
(6.06 KB, patch)
2017-09-26 11:39 PDT
,
Joanmarie Diggs
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-04-22 16:46:41 PDT
<
rdar://problem/31775666
>
Joanmarie Diggs
Comment 2
2017-05-04 08:49:28 PDT
Updating the summary because the object attributes are already done.
Joanmarie Diggs
Comment 3
2017-09-26 11:39:52 PDT
Created
attachment 321851
[details]
Patch
chris fleizach
Comment 4
2017-09-26 17:53:44 PDT
Comment on
attachment 321851
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=321851&action=review
> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.cpp:126 > + rowIndex = columnRowRange.first;
this should be columRowRange.second right?
Joanmarie Diggs
Comment 5
2017-09-26 18:00:53 PDT
(In reply to chris fleizach from
comment #4
)
> Comment on
attachment 321851
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=321851&action=review
> > > Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.cpp:126 > > + rowIndex = columnRowRange.first; > > this should be columRowRange.second right?
The index/location is the range's first; the span/length is its second.
WebKit Commit Bot
Comment 6
2017-09-27 02:45:39 PDT
Comment on
attachment 321851
[details]
Patch Clearing flags on attachment: 321851 Committed
r222551
: <
http://trac.webkit.org/changeset/222551
>
WebKit Commit Bot
Comment 7
2017-09-27 02:45:40 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug