Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Issue 2122053003: Shift+F10 should open Context Menu regardless the state of NumLock/CapsLock (Closed)

Created:
4 years, 5 months ago by chongz
Modified:
4 years, 5 months ago
Reviewers:
bokan
CC:
chromium-reviews, blink-reviews, mlamouri+watch-blink_chromium.org, kinuko+watch, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Shift+F10 should open Context Menu regardless the state of NumLock/CapsLock Before CL Shift+F10 won't open Context Menu when NumLock or CapsLock is on, which is confusing and does not match ContextMenu key nor other browsers. e.g. 1. On Chrome NumLock+ContextMenu opens CM 2. On Firefox NumLock+Shift+F10 opens CM But on Chrome NumLock+Shift+F10 won't open CM. After CL Chrome will match Firefox, Windows Notepad, IE, plus ContextMenu key's behavior. BUG=6941 Committed: https://crrev.com/9ca5ec119dad81a9653712ced1efd2ab9a9539e2 Cr-Commit-Position: refs/heads/master@{#404194}

Patch Set 1 : Add context menu test to NeverFix #

Total comments: 3

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -2 lines) Patch
M third_party/WebKit/LayoutTests/NeverFixTests View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/events/context-menu-key-shift-f10-modifiers.html View 1 chunk +36 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (9 generated)
chongz
bokan@ PTAL at this Context Menu issue, thanks!
4 years, 5 months ago (2016-07-06 17:11:42 UTC) #4
bokan
lgtm! (Great test!) :)
4 years, 5 months ago (2016-07-06 18:01:49 UTC) #5
chongz
On 2016/07/06 18:01:49, bokan wrote: > lgtm! (Great test!) :) Thx! :)
4 years, 5 months ago (2016-07-06 18:06:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2122053003/20001
4 years, 5 months ago (2016-07-06 18:07:45 UTC) #8
bokan
https://codereview.chromium.org/2122053003/diff/20001/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/2122053003/diff/20001/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode841 third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp:841: bool isShiftF10 = (event.modifiers & WebInputEvent::InputModifiers) == WebInputEvent::ShiftKey && ...
4 years, 5 months ago (2016-07-06 18:21:11 UTC) #9
bokan
https://codereview.chromium.org/2122053003/diff/20001/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/2122053003/diff/20001/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode841 third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp:841: bool isShiftF10 = (event.modifiers & WebInputEvent::InputModifiers) == WebInputEvent::ShiftKey && ...
4 years, 5 months ago (2016-07-06 18:23:30 UTC) #10
chongz
https://codereview.chromium.org/2122053003/diff/20001/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/2122053003/diff/20001/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode840 third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp:840: bool isUnmodifiedMenuKey = !(event.modifiers & WebInputEvent::InputModifiers) && event.windowsKeyCode == ...
4 years, 5 months ago (2016-07-06 18:30:34 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/99252)
4 years, 5 months ago (2016-07-06 22:04:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2122053003/40001
4 years, 5 months ago (2016-07-07 17:44:53 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 5 months ago (2016-07-07 18:55:25 UTC) #18
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-07 18:55:35 UTC) #19
commit-bot: I haz the power
4 years, 5 months ago (2016-07-07 18:56:51 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9ca5ec119dad81a9653712ced1efd2ab9a9539e2
Cr-Commit-Position: refs/heads/master@{#404194}

Powered by Google App Engine
This is Rietveld 408576698