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

Issue 1849273003: Fix for Alt+Left/Right page navigation with focus on radio buttons. (Closed)

Created:
4 years, 8 months ago by Paritosh Kumar
Modified:
4 years, 7 months ago
Reviewers:
tkent, dtapuska
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, Habib Virji
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix for Alt+Left/Right page navigation with focus on radio buttons. Added a condition for modifier state before handling keydown event. BUG=599009

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M third_party/WebKit/Source/core/html/forms/RadioInputType.cpp View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Paritosh Kumar
Please have a look. I have added a check for modifier state before handling key ...
4 years, 8 months ago (2016-04-04 14:34:13 UTC) #3
dtapuska
https://codereview.chromium.org/1849273003/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp File third_party/WebKit/Source/core/html/forms/RadioInputType.cpp (right): https://codereview.chromium.org/1849273003/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp#newcode98 third_party/WebKit/Source/core/html/forms/RadioInputType.cpp:98: if (event->modifiers() & PlatformEvent::AltKey) How does this work on ...
4 years, 8 months ago (2016-04-04 14:40:20 UTC) #4
Paritosh Kumar
Thanks dtapuska for your input. https://codereview.chromium.org/1849273003/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp File third_party/WebKit/Source/core/html/forms/RadioInputType.cpp (right): https://codereview.chromium.org/1849273003/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp#newcode98 third_party/WebKit/Source/core/html/forms/RadioInputType.cpp:98: if (event->modifiers() & PlatformEvent::AltKey) ...
4 years, 8 months ago (2016-04-04 18:00:06 UTC) #5
dtapuska
On 2016/04/04 18:00:06, Paritosh Kumar wrote: > Thanks dtapuska for your input. > > https://codereview.chromium.org/1849273003/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp ...
4 years, 8 months ago (2016-04-04 19:08:26 UTC) #6
Paritosh Kumar
On 2016/04/04 19:08:26, dtapuska wrote: > On 2016/04/04 18:00:06, Paritosh Kumar wrote: > > Thanks ...
4 years, 8 months ago (2016-04-05 07:25:47 UTC) #7
dtapuska
On 2016/04/05 07:25:47, Paritosh Kumar wrote: > On 2016/04/04 19:08:26, dtapuska wrote: > > On ...
4 years, 8 months ago (2016-04-05 13:55:48 UTC) #8
tkent
Please add a test.
4 years, 8 months ago (2016-04-07 23:04:52 UTC) #9
Paritosh Kumar
On 2016/04/07 23:04:52, tkent wrote: > Please add a test. Closing issue as landed hare
4 years, 7 months ago (2016-05-06 11:09:06 UTC) #10
Paritosh Kumar
4 years, 7 months ago (2016-05-06 11:10:24 UTC) #11
On 2016/05/06 11:09:06, Paritosh Kumar wrote:
> On 2016/04/07 23:04:52, tkent wrote:
> > Please add a test.
> 
Closing issue as landed hare https://codereview.chromium.org/1944923002/

Powered by Google App Engine
This is Rietveld 408576698