[
https://issues.apache.org/jira/browse/WICKET-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov updated WICKET-4410:
------------------------------------
Attachment: datepickerbug-1.5.tgz
I cannot run your quickstart for some reason...
It fails for me with:
java.lang.ClassNotFoundException: org.joda.time.ReadWritableInstant
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at com.mycompany.HomePage.<init>(HomePage.java:38)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at
org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188)
....
I guess it is some classpath clash with another project in my IDE.
I'm attaching your app working with Wicket 1.5-SNAPSHOT.
It works for me without problem.
But I have Chrome 19.x here and Wicket 1.5 uses YUI 2.9.0 while 1.4.x - 2.8.2.
> 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-1.5.tgz, 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