[
https://issues.apache.org/jira/browse/WICKET-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132496#comment-15132496
]
Martin Grigorov commented on WICKET-6090:
-----------------------------------------
As explained by another user in the mailing lists the problem is because of the
usage of inline enclosures - http://markmail.org/message/73hornlpqxbapc6c.
We had discussion about deprecating and removing the support for enclosures in
Wicket - http://markmail.org/message/fxxzvozz4ifsjqc5. But we agreed to use
them as is. The enclosures work most of the time but there are some known
corner cases where they don't quite work. In that cases it is recommended to
use EnclosureContainer.
> DateTimeField AJAX DatePicker not work
> --------------------------------------
>
> Key: WICKET-6090
> URL: https://issues.apache.org/jira/browse/WICKET-6090
> Project: Wicket
> Issue Type: Bug
> Components: wicket-datetime
> Affects Versions: 6.19.0, 6.21.0, 7.2.0
> Reporter: Christopher Auth
>
> I have some problems with the
> org.apache.wicket.extensions.yui.calendar.DateTimeField. In the
> constructor I set the visibility to false.
> After a CheckBox is selected the visibility of the DateTimeField is set to
> true. The DateTimeField is visible in the Page but the DatePicker is not
> cklickable.
> If the visibility in DateTimeField is set to true in the Construktor it works
> fine.
> A quickstart with the problem is found on GitHub
> 'https://github.com/ChrAu/wickettest'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)