RESOLVED FIXED 104481
[GTK] lack of implemention of AccessibilityUIElementGtk::isSelectable and AccessibilityUIElementGtk::isMultiSelectable
https://bugs.webkit.org/show_bug.cgi?id=104481
Summary [GTK] lack of implemention of AccessibilityUIElementGtk::isSelectable and Acc...
Alejandro Piñeiro
Reported 2012-12-09 04:41:27 PST
Currently AccessibilityUIElementGtk lacks the implementation of the methods isSelectable and isMultiSelectable. This is one of the problems blocking bug 98376
Attachments
Fixed the bug (1.98 KB, patch)
2012-12-09 04:46 PST, Alejandro Piñeiro
no flags
Patch (1.71 KB, patch)
2012-12-09 23:35 PST, Hajime Morrita
no flags
Alejandro Piñeiro
Comment 1 2012-12-09 04:46:39 PST
Created attachment 178411 [details] Fixed the bug
Alejandro Piñeiro
Comment 2 2012-12-09 08:40:45 PST
Chris, could you please review this? As I said is a really easy patch.
Martin Robinson
Comment 3 2012-12-09 09:20:29 PST
Comment on attachment 178411 [details] Fixed the bug Are there any tests for this issue?
WebKit Review Bot
Comment 4 2012-12-09 23:29:01 PST
Comment on attachment 178411 [details] Fixed the bug Clearing flags on attachment: 178411 Committed r137111: <http://trac.webkit.org/changeset/137111>
WebKit Review Bot
Comment 5 2012-12-09 23:29:04 PST
All reviewed patches have been landed. Closing bug.
Hajime Morrita
Comment 6 2012-12-09 23:35:46 PST
Reopening to attach new patch.
Hajime Morrita
Comment 7 2012-12-09 23:35:49 PST
Hajime Morrita
Comment 8 2012-12-09 23:37:21 PST
Comment on attachment 178481 [details] Patch Oops. DId something wrong. I'm sorry for disturbing.
Alejandro Piñeiro
Comment 9 2012-12-10 01:38:52 PST
Just a little explanation, although the bug is already FIXED. (In reply to comment #3) > (From update of attachment 178411 [details]) > Are there any tests for this issue? Yes, the test already exist, and it is selection-states.html. As I said on comment 0, there are two reasons this test were failing on bug 98376. So I created this bug in order to isolate one of the problems. Bug 98376 would be solved (so the test would be working) as soon as we get a new ATK release and we update the bots requirements, so we could remove it from the TestExpectations as a Fail.
Note You need to log in before you can comment on or make changes to this bug.