| Index: Source/WebCore/ChangeLog
|
| ===================================================================
|
| --- Source/WebCore/ChangeLog (revision 133257)
|
| +++ Source/WebCore/ChangeLog (working copy)
|
| @@ -1,3 +1,17 @@
|
| +2012-10-30 Keishi Hattori <keishi@webkit.org>
|
| +
|
| + F4 inside <input type=time> should not open calendar picker
|
| + https://bugs.webkit.org/show_bug.cgi?id=100730
|
| +
|
| + Reviewed by Kent Tamura.
|
| +
|
| + 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.
|
| +
|
| 2012-10-31 Keishi Hattori <keishi@webkit.org>
|
|
|
| Calendar picker can flicker when opened from the suggestion picker
|
|
|