Chromium Code Reviews| Index: ui/views/cocoa/bridged_content_view.mm |
| diff --git a/ui/views/cocoa/bridged_content_view.mm b/ui/views/cocoa/bridged_content_view.mm |
| index 46e34d86737b6a9716db18835ad7ea1b38f59c4d..e300b7e245c66c6c540e10f4df6ee48ca84dfd88 100644 |
| --- a/ui/views/cocoa/bridged_content_view.mm |
| +++ b/ui/views/cocoa/bridged_content_view.mm |
| @@ -530,6 +530,8 @@ ui::TextEditCommand GetTextEditCommandForMenuAction(SEL action) { |
| ui::EF_NONE); |
| [self handleKeyEvent:&charEvent]; |
| hasUnhandledKeyDownEvent_ = NO; |
| + if (charEvent.handled()) |
|
msw
2017/07/05 19:21:21
q: Should this actually be in the |isCharacterEven
tapted
2017/07/06 05:58:07
This one is a special case. The |charEvent| that g
|
| + return; |
| } |
| // Forward the |text| to |textInputClient_| if no menu is active. |