RESOLVED FIXED 187076
AX: [iOS] Remove the ability to set keyboard focus when VoiceOver takes focus
https://bugs.webkit.org/show_bug.cgi?id=187076
Summary AX: [iOS] Remove the ability to set keyboard focus when VoiceOver takes focus
Nan Wang
Reported 2018-06-26 18:16:14 PDT
There's no documentation on iOS saying that we should do this. And this would allow people to track VoiceOver usage on iOS. <rdar://problem/41190221>
Attachments
patch (6.57 KB, patch)
2018-06-26 18:38 PDT, Nan Wang
no flags
patch (8.37 KB, patch)
2018-06-26 18:40 PDT, Nan Wang
no flags
patch (8.41 KB, patch)
2018-06-26 18:43 PDT, Nan Wang
no flags
patch (8.57 KB, patch)
2018-06-26 23:08 PDT, Nan Wang
no flags
Nan Wang
Comment 1 2018-06-26 18:38:01 PDT
Nan Wang
Comment 2 2018-06-26 18:40:00 PDT
Created attachment 343671 [details] patch added changelog
Nan Wang
Comment 3 2018-06-26 18:43:23 PDT
chris fleizach
Comment 4 2018-06-26 21:38:07 PDT
Comment on attachment 343673 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=343673&action=review > Source/WebCore/ChangeLog:9 > + it would allow web authors to track AT usage. We should probably state here that instead of the tracking thing thisbsi causing website incompatibility issues by causing focus to be lost > Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:-2064 > - return; Is there an aom event that we do want to send here?
Nan Wang
Comment 5 2018-06-26 23:05:55 PDT
Comment on attachment 343673 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=343673&action=review >> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:-2064 >> - return; > > Is there an aom event that we do want to send here? I was thinking to add that in another patch. But I can do it here.
Nan Wang
Comment 6 2018-06-26 23:08:36 PDT
Created attachment 343692 [details] patch update
WebKit Commit Bot
Comment 7 2018-06-27 09:10:28 PDT
Comment on attachment 343692 [details] patch Clearing flags on attachment: 343692 Committed r233257: <https://trac.webkit.org/changeset/233257>
WebKit Commit Bot
Comment 8 2018-06-27 09:10:30 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.