Remove tabindex from the GuestViewContainer element.
A tabindex of -1 on the GuestViewContainer element allows it to be focusable but not reachable via sequential keyboard navigation. There does not appear to be any further need for the GuestViewContainer element itself to be focusable given that we override the focus method. Previously, we had a focus event listener on the GuestViewContainer element in order to propagate the focus to the internal element which would explain why this was needed. See https://crrev.com/6476573b7d9099b04002736d90a078550c8651eb https://crrev.com/53ba951bb6ed4df0998240520fed9d00a7ffff67 Bug: 231664, 803274 Change-Id: If6ffb6f7282db86a1a7ab9e856785e6f51d79a80 Reviewed-on: https://chromium-review.googlesource.com/1170988Reviewed-by:Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#582294}
Showing
Please register or sign in to comment