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

Issue 11369041: Merge 132985 - F4 inside <input type=time> should not open calendar picker (Closed)

Created:
8 years, 1 month ago by keishi
Modified:
8 years, 1 month ago
Reviewers:
keishi
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Visibility:
Public.

Description

Merge 132985 - F4 inside <input type=time> should not open calendar picker https://bugs.webkit.org/show_bug.cgi?id=100730 Reviewed by Kent Tamura. Source/WebCore: We lacked the check to see if the picker indicator is visible. Test: fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html * html/BaseMultipleFieldsDateAndTimeInputType.cpp: (WebCore::BaseMultipleFieldsDateAndTimeInputType::handleKeydownEvent): Check if picker indicator is visible. LayoutTests: * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added. TBR=keishi@webkit.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133258

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -3 lines) Patch
M LayoutTests/ChangeLog View 1 chunk +10 lines, -0 lines 0 comments Download
A + LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/WebCore/ChangeLog View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.cpp View 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
keishi
8 years, 1 month ago (2012-11-02 02:30:33 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698