[
https://issues.apache.org/jira/browse/WICKET-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013772#comment-13013772
]
Gabriel LANDON commented on WICKET-3579:
----------------------------------------
The workaround is of course to add the following lines in the application's CSS
file :
div.wicket-modal div.w_content_container {
position: static !important;
}
> Datepicker is not displayed correctly in small ModalWindow
> ----------------------------------------------------------
>
> Key: WICKET-3579
> URL: https://issues.apache.org/jira/browse/WICKET-3579
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.4.16, 1.4.17
> Reporter: Gabriel LANDON
> Priority: Minor
> Labels: wicket
> Attachments: broken_datepicker.jpg, modaldate.zip
>
>
> Since 1.4.16 the datepicker is broken in ModalWindow : it is display under
> the modal when the modal is small.
> Before 1.4.16 the datepicker was displayed above the modalwindow.
> This seems to be the consequence of WICKET-2056 that was resolved in 1.4.16.
> The folowing CSS has been addded in modal.css :
> div.wicket-modal div.w_content_container {
> position: relative;
> }
> See
> http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-td3416225.html
> for more details
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira