New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 629596 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Keyboard input is broken in content_shell

Reported by j...@jakeonthenet.com, Jul 19 2016

Issue description

Chrome Version       : git master
URLs (if applicable) : google.com
Other browsers tested: none

What steps will reproduce the problem?
(1) build a stock content_shell
(2) navigate to google.com
(3) try typing in to the search box. nothing appears

Note though that the tab key does work - pressing it will move through the focusable elements on the page.

What is the expected result?

Keys entered should appear in the search box.

What happens instead?

Keys aren't entered in the search box.

 
Cc: peter@chromium.org mkwst@chromium.org jam@chromium.org
Components: Content>Core
Labels: -Pri-3 Pri-2

Comment 2 by sadrul@chromium.org, Jul 19 2016

Cc: shuchen@chromium.org sadrul@chromium.org
Components: UI>Aura UI>Input>Text>IME
Labels: OS-Chrome OS-Linux OS-Windows
Status: Available (was: Unconfirmed)
The issue seems to be that IME is not receiving the events from aura, which means no keyboard input. content_shell probably needs something like ash/ime/input_method_event_handler to make sure key events are sent to the IME.

Comment 3 by sadrul@chromium.org, Jul 20 2016

Owner: sadrul@chromium.org
Status: Started (was: Available)
CL in review: https://codereview.chromium.org/2166863002/

Comment 5 by sadrul@chromium.org, Jul 25 2016

Status: Fixed (was: Started)
I believe that fixes the issue. Closing.
Cc: dhadd...@chromium.org
Can you provide some verification steps for this bug please?
Status: Verified (was: Fixed)

Sign in to add a comment