[iOS] Fix VoiceOver on tab grid after closing last incognito tab.
When closing the last incognito tab, the tab grid pauses briefly before scrolling to the regular tabs page. With VoiceOver enabled, the text on the Incognito page gets focused before this scrolling happens, which causes the scroll view to stay on the regular tabs page. (See the bug for more details). This CL removes the delay in scrolling when VoiceOver is enabled, immediately scrolling to the regular tabs page when the last incognito tab is closed. This prevents the timing issues that cause the text focus error. Bug: 980844 Change-Id: Idee32ce9863579372de9383644b3f24d02342960 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899995 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:Robbie Gibson <rkgibson@google.com> Auto-Submit: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#713495}
Showing
Please register or sign in to comment