RESOLVED FIXED 171204
AX: Inconsistent exposure of ARIA "button" role with non-false value of aria-haspopup
https://bugs.webkit.org/show_bug.cgi?id=171204
Summary AX: Inconsistent exposure of ARIA "button" role with non-false value of aria-...
Joanmarie Diggs
Reported 2017-04-23 14:34:37 PDT
A button where aria-pressed is undefined, and aria-haspopup is true, is exposed as: AXRole: AXPopUpButton AXSubrole: <nil> AXRoleDescription: 'pop up button' But a button where aria-pressed is undefined, and aria-haspopup is one of the new values allowed in ARIA 1.1 [1] (e.g. aria-haspopup="dialog"), the AXRole: AXButton AXSubrole: <nil> AXRoleDescription: 'button' [1] https://rawgit.com/w3c/aria/master/aria/aria.html#aria-haspopup
Attachments
Patch (7.99 KB, patch)
2017-04-27 08:12 PDT, Joanmarie Diggs
no flags
Radar WebKit Bug Importer
Comment 1 2017-04-23 14:34:58 PDT
Joanmarie Diggs
Comment 2 2017-04-26 18:00:13 PDT
Chris: If you think that ARIA buttons with a valid, non-false value of aria-haspopup should always be exposed on your platform as: AXRole: AXPopUpButton AXSubrole: <nil> AXRoleDescription: 'pop up button' Then I have good news: I apparently fixed this bug as a side effect of the changes made for bug 171164. It looks like we need a layout test for your platform since the above change wasn't caught. Before I do that, could you please confirm that I fixed something on your platform rather than broke it? If I broke it, then I'll of course accompany the new layout test with the restoration of the AXButton mapping. Thanks!
chris fleizach
Comment 3 2017-04-26 23:47:03 PDT
(In reply to Joanmarie Diggs (irc: joanie) from comment #2) > Chris: If you think that ARIA buttons with a valid, non-false value of > aria-haspopup should always be exposed on your platform as: > > AXRole: AXPopUpButton > AXSubrole: <nil> > AXRoleDescription: 'pop up button' > > Then I have good news: I apparently fixed this bug as a side effect of the > changes made for bug 171164. > > It looks like we need a layout test for your platform since the above change > wasn't caught. Before I do that, could you please confirm that I fixed > something on your platform rather than broke it? If I broke it, then I'll of > course accompany the new layout test with the restoration of the AXButton > mapping. > > Thanks! I think that sounds correct. Presumably something still pops up when the button is pressed, so we call it a popup button
Joanmarie Diggs
Comment 4 2017-04-27 08:12:31 PDT
WebKit Commit Bot
Comment 5 2017-04-27 09:47:04 PDT
Comment on attachment 308390 [details] Patch Clearing flags on attachment: 308390 Committed r215873: <http://trac.webkit.org/changeset/215873>
WebKit Commit Bot
Comment 6 2017-04-27 09:47:05 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.