You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ilya Tepikin (Updated) (JIRA)" <ji...@apache.org> on 2012/03/07 14:52:57 UTC

[jira] [Updated] (WICKET-4410) The datepicker components stops popup in Chrome 17.

     [ https://issues.apache.org/jira/browse/WICKET-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Tepikin updated WICKET-4410:
---------------------------------

    Attachment: datepickerbug.zip

Sorry for such a delay.

I've tested this project in chrome for many times and I can say that this bug is very unstable. One time it comes up after one cycle of calendar show-hide. Another time it may come up after 15 cycles. But each time Chrome's console points at "Uncaught TypeError: this is not a Date object." calendar.js:1052.
                
> The datepicker components stops popup in Chrome 17. 
> ----------------------------------------------------
>
>                 Key: WICKET-4410
>                 URL: https://issues.apache.org/jira/browse/WICKET-4410
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.19
>         Environment: Windows XP 32bit, Google Chrome 17.
>            Reporter: Ilya Tepikin
>              Labels: chrome, datepicker
>         Attachments: QuickStartDatePicker.war, datepicker_chrome_bug.jpg, datepickerbug.zip
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira