Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 129321) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -1,3 +1,18 @@ |
+2012-09-20 Keishi Hattori <keishi@webkit.org> |
+ |
+ REGRESSION(r127727): Can't navigate between months with arrow keys in calendar picker |
+ https://bugs.webkit.org/show_bug.cgi?id=97166 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ Fixing bug in r127727 so arrow keys work properly. |
+ |
+ Test: fast/forms/date/calendar-picker-key-operations.html |
+ |
+ * Resources/pagepopups/calendarPicker.js: |
+ (DaysTable.prototype._maybeSetPreviousMonth): |
+ (DaysTable.prototype._maybeSetNextMonth): |
+ |
2012-09-18 John Mellor <johnme@chromium.org> |
Text Autosizing: Ignore constrained heights in certain circumstances. |