New issue
Advanced search Search tips

Issue 899431 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 31
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocked on:
issue 898716



Sign in to add a comment

Convert all compatible usages of arrow key traversal in FocusManager to new paradigm

Project Member Reported by weidongg@chromium.org, Oct 27

Issue description

In blocking bug, we added per-top-level-widget based paradigm of enabling/disabling arrow key focus traversal. But some code is still using old method of setting global value, while new paradigm should be used instead. This bug tracks all these conversions.
 
Blockedon: 898716
Blocking: -898716
Status: WontFix (was: Assigned)
The remaining usages of set_arrow_key_traversal_enabled are in login screen [1] which should not be changed because the behavior should apply to all UIs on login screen. Hence making this bug wont fix.

[1] https://cs.chromium.org/search/?q=set_arrow_key_traversal_enabled&type=cs

Sign in to add a comment