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

Issue 681103003: Fix a bug of sequential focus navigation with <select multiple>, and so on. (Closed)

Created:
6 years, 1 month ago by tkent
Modified:
6 years, 1 month ago
Reviewers:
keishi, hayato, kochi
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Fix a bug of sequential focus navigation with <select multiple>, and so on. <select multiple>, <select size=2-or-greater>, and <input type=date/datetime-local/month/time/week> had a bug that they prevented sequential focus navigation even if they were not focusabble. Change nextNodeWithGreaterTabIndex() so that it uses adjustedTabIndex(). BUG=425937 TEST=automated Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184877

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M LayoutTests/fast/dom/shadow/focus-navigation.html View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/page/FocusController.cpp View 1 chunk +2 lines, -1 line 2 comments Download

Messages

Total messages: 10 (2 generated)
tkent
Would you review this please?
6 years, 1 month ago (2014-11-05 06:46:26 UTC) #2
hayato
LGTM
6 years, 1 month ago (2014-11-05 16:41:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/681103003/1
6 years, 1 month ago (2014-11-05 16:41:39 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1) as 184877
6 years, 1 month ago (2014-11-05 16:43:34 UTC) #6
kochi
https://codereview.chromium.org/681103003/diff/1/Source/core/page/FocusController.cpp File Source/core/page/FocusController.cpp (right): https://codereview.chromium.org/681103003/diff/1/Source/core/page/FocusController.cpp#newcode552 Source/core/page/FocusController.cpp:552: winningTabIndex = node.tabIndex(); Why this isn't currentTabIndex?
6 years, 1 month ago (2014-11-05 17:33:48 UTC) #7
tkent
https://codereview.chromium.org/681103003/diff/1/Source/core/page/FocusController.cpp File Source/core/page/FocusController.cpp (right): https://codereview.chromium.org/681103003/diff/1/Source/core/page/FocusController.cpp#newcode552 Source/core/page/FocusController.cpp:552: winningTabIndex = node.tabIndex(); On 2014/11/05 17:33:48, Takayoshi Kochi wrote: ...
6 years, 1 month ago (2014-11-05 23:24:00 UTC) #8
shariff.khalid
On 2014/11/05 06:46:25, tkent wrote: > mailto:tkent@chromium.org changed reviewers: > + mailto:hayato@chromium.org, mailto:keishi@chromium.org, mailto:kochi@chromium.org Dear ...
6 years, 1 month ago (2014-11-12 12:42:20 UTC) #9
kochi
6 years, 1 month ago (2014-11-12 12:45:49 UTC) #10
Message was sent while issue was closed.
On 2014/11/12 12:42:20, shariff.khalid wrote:
> On 2014/11/05 06:46:25, tkent wrote:
> > mailto:tkent@chromium.org changed reviewers:
> > + mailto:hayato@chromium.org, mailto:keishi@chromium.org,
> mailto:kochi@chromium.org
> 
> Dear Sir,
> 
> I am facing the similar issue on chrome version Version 38.0.2125.122 m
> Could you please suggest where is the fix i mean in which build i can
download.
> 
> 
> Thanks
> Khalid

Chrome version 39 which has this fix is expected to be released soon, later this
month.
Please wait for your Chrome to auto-update to version 39.

Powered by Google App Engine
This is Rietveld 408576698