Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.19
-
Windows XP 32bit, Google Chrome 17.
Description
The datepicker components stops popup in Chrome 17. To reproduce bug follow steps bellow:
1) Fill in date in the input.
2) Repeat some times cycle of show-hide.
Chome's Console will show error:
Uncaught TypeError: this is not a Date object.
YAHOO.widget.DateMath.clearTime calendar.js:1052
Calendar.isDateOOB calendar.js:4037
Calendar.select calendar.js:3702
Wicket.DateTime.showCalendar wicket-date.js:154
showCalendar wicket-date.js:180
_addListener.wrappedFn event.js:937
Surrounding code in clearTime js function (from calendar.js) with try/finally bug fixes.