New issue
Advanced search Search tips

Issue 684298 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

InputRouter may filter drop key events for which commands have already been forwarded

Project Member Reported by foolip@chromium.org, Jan 24 2017

Issue description

In  issue 677827  the problem was that a InputMsg_SetEditCommandsForNextKeyEvent message had been sent in RenderWidgetHostViewAura::ForwardKeyboardEvent before the call to RenderWidgetHostImpl::ForwardKeyboardEventWithCommands where the key event could be dropped.

A similar problem remains one layer down, with RenderWidgetHostImpl sending before the call to InputRouter::SendKeyboardEvent, which may filter some events.

In order to solve this, one would have to associate the commands with they event and only send them when InputMsg_HandleInputEvent is sent. Unfortunately, WebKeyboardEvent is a POD, so the commands and event would have to be paired by some other means.

Discussed in https://codereview.chromium.org/2644843004/
 

Comment 1 by foolip@chromium.org, Jan 24 2017

sadrul@, can you add any additional components that this issue should have?
Project Member

Comment 2 by sheriffbot@chromium.org, Feb 12 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Hotlist-Recharge-Cold
Status: Available (was: Untriaged)
Yup this is still certainly an issue.

Sign in to add a comment