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

Martin Grigorov resolved WICKET-3579.
-------------------------------------

    Resolution: Won't Fix

I think your workaround is the solution.
WICKET-2056 added a new container which can be targeted with CSS selector and 
styled as the specific application needs.
For most apps the current .css is OK, for your app you need to tweak it. That's 
OK.

> 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

Reply via email to