REGRESSION (r129738): Calendar picker is too wide when the input is rtl
https://bugs.webkit.org/show_bug.cgi?id=98881
.:
Reviewed by kent Tamura.
* ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters.
Source/WebCore:
Reviewed by Kent Tamura.
Calendar picker should use param.isCalendarRTL instead of param.isRTL but some were left.
No new tests. Covered by ManualTests/forms/calendar-picker.html.
* Resources/pagepopups/calendarPicker.js:
(CalendarPicker.prototype.fixWindowSize): Calendar picker should use param.isCalendarRTL instead of param.isRTL.
(DaysTable.prototype._handleKey): Ditto.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@130888 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index fbe5288..9e17da9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-10-10 Keishi Hattori <keishi@webkit.org>
+
+ REGRESSION (r129738): Calendar picker is too wide when the input is rtl
+ https://bugs.webkit.org/show_bug.cgi?id=98881
+
+ Reviewed by kent Tamura.
+
+ * ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters.
+
2012-10-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL][WK2] Port MiniBrowser to Elementary