Chromium Code Reviews
DescriptionBypass key event suppression for PrintScreen
Because the OS (at least Windows/Linux) handled PrintScreen only the
KeyUp event arrives in RenderWidgetHostImpl::ForwardKeyboardEvent().
Because RenderWidgetHostViewAura::OnWindowFocused() calls
SuppressEventsUntilKeyDown(), this means that the first PrintScreen
keyup event after load (or switching windows) will go missing.
This is a conservative workaround, a riskier but better fix will be to
remove the SuppressEventsUntilKeyDown() call entirely:
https://codereview.chromium.org/2643243002
BUG=668969
Patch Set 1 #
Total comments: 2
Dependent Patchsets: Messages
Total messages: 11 (7 generated)
|
||||||||||||||||||||||||||||