DescriptionPrevent translated key events (WM_CHAR) associated with key events that focus the WebContents from being sent to the renderer, as they are not intended to target the renderer.
Example:
When the focus is in the omnibox, and a new URL is typed and Enter is pressed, the Enter keypress should focus the WebContents but the WebContents should not send the Enter char event to the current page.
BUG=175634
TEST=open print preview, select "save as pdf" as the destination and then navigate in the url bar by typing a url then enter. The "choose file" dialog shouldn't come up.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181958
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|