[
https://issues.apache.org/jira/browse/WICKET-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent MATHON updated WICKET-1630:
-----------------------------------
Attachment: AmdmDatePicker.java
AmdmDatePicker is a behavior providing similar features compared to DatePicker.
It is a melting pot of DatePicker and AbtractCalendar that I provide "as is".
This implementation does not use yuiloader in order to correct the IE 6 memory
leak.
With this implementation:
- All css, gif and js files must be in the AmdmDatePicker directory.
- I have withdrawn joda-time reference in getDatePattern since I do not need it
in my project.
- appendNavigationConfiguration method should be enhanced to support full
localization. of the calendar navigation.
I hope this helps
Vincent MATHON
> memory leak with IE 6
> ---------------------
>
> Key: WICKET-1630
> URL: https://issues.apache.org/jira/browse/WICKET-1630
> Project: Wicket
> Issue Type: Bug
> Components: wicket-datetime
> Affects Versions: 1.3.3
> Environment: IE 6.0-2800-1106
> Reporter: Vincent MATHON
> Attachments: AmdmDatePicker.java
>
>
> I used Drip (http://www.outofhanwell.com/ieleak/index.php?title=Main_Page) to
> test the latest wicket date example (I suppose it is the 1.3.3 version) and
> I found several memory leaks with with IE 6. I reproduce the same behaviour
> with my own project using wicket-date-time 1.3.1.
> sincerly,
> Vincent MATHON
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.