New issue
Advanced search Search tips

Issue 706574 link

Starred by 2 users

Issue metadata

Status: Archived
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

mash: Tabbing in system tray moves two items at a time

Project Member Reported by jamescook@chromium.org, Mar 29 2017

Issue description

On link, canary OS 9412.0.0, chrome ToT r460396, --mash

* Login. Hit Alt-Shift-S to open system tray. Press tab a couple times.

Focus moves by two steps each time.

Tabbing in bookmarks dialog is OK, tabbing in web pages is OK.

Maybe there's a special focus handler in the system tray for a11y.

 
Cc: sadrul@chromium.org
Status: Started (was: Assigned)
This is weird. WindowTreeClient in the ash process receives *two* ET_KEY_PRESSED events for each key press.

[16820:16820:0330/110533.401675:98152029910:ERROR:window_tree_client.cc(1213)] JAMES OnWindowInputEvent ET_KEY_PRESSED text 9 key Tab key_code 9 event_id 19040748 window_id 131102
[16820:16820:0330/110533.425925:98152054160:ERROR:window_tree_client.cc(1213)] JAMES OnWindowInputEvent ET_KEY_PRESSED text 9 key  key_code 9 event_id 32054040 window_id 131102

The events are similar but not identical. There is only one ET_KEY_RELEASED. The same pattern happens if focus is in browser UI or web content.

I'll start digging in window server.

Status: Fixed (was: Started)
Fixed by https://codereview.chromium.org/2795503002/

Comment 3 by dchan@google.com, May 30 2017

Labels: VerifyIn-60

Comment 4 by dchan@chromium.org, Aug 1 2017

Labels: VerifyIn-61

Comment 5 by dchan@chromium.org, Jan 22 2018

Status: Archived (was: Fixed)
Components: -Internals>MUS Internals>Services>WindowService

Sign in to add a comment