Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Issue 2605023002: [ios] Prevents history navigation items from being voice-over selectable while not visible. (Closed)

Created:
3 years, 11 months ago by sczs1
Modified:
3 years, 11 months ago
Reviewers:
sczs, lpromero
CC:
chromium-reviews, pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Prevents history navigation items from being voice-over selectable while not visible. Removing accessibility traits for these navigation items or disabling them, didn't prevent them from being voice-over selectable while not visible due to the search bar being presented on top. Setting the view's accessibilityViewIsModal to YES fixed the problem but prevented the history results from being voice-over selectable. For these reasons the current approach was used. BUG=674891 Review-Url: https://codereview.chromium.org/2605023002 Cr-Commit-Position: refs/heads/master@{#441672} Committed: https://chromium.googlesource.com/chromium/src/+/c0d82cf0179b873629fb2cbf2c253e9edc591920

Patch Set 1 #

Patch Set 2 : Add comment for future refactoring. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -6 lines) Patch
M ios/chrome/browser/ui/history/history_panel_view_controller.mm View 1 3 chunks +22 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
sczs
3 years, 11 months ago (2016-12-28 12:51:21 UTC) #7
lpromero
Could you try instead to post a UIAccessibilityLayoutChangedNotification when entering and leaving the search mode? ...
3 years, 11 months ago (2017-01-04 10:07:46 UTC) #8
sczs
On 2017/01/04 10:07:46, lpromero wrote: > Could you try instead to post a UIAccessibilityLayoutChangedNotification when ...
3 years, 11 months ago (2017-01-04 23:28:14 UTC) #9
lpromero
On 2017/01/04 23:28:14, sczs wrote: > On 2017/01/04 10:07:46, lpromero wrote: > > Could you ...
3 years, 11 months ago (2017-01-05 10:47:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2605023002/20001
3 years, 11 months ago (2017-01-05 16:23:05 UTC) #13
sczs
On 2017/01/05 10:47:43, lpromero wrote: > On 2017/01/04 23:28:14, sczs wrote: > > On 2017/01/04 ...
3 years, 11 months ago (2017-01-05 16:23:10 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-05 16:38:59 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/c0d82cf0179b873629fb2cbf2c25...

Powered by Google App Engine
This is Rietveld 408576698