Convert all compatible usages of arrow key traversal in FocusManager to new paradigm |
||
Issue descriptionIn 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.
,
Oct 31
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 |
||
Comment 1 by weidongg@chromium.org
, Oct 27Blocking: -898716