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.17, 1.4.16
            Reporter: Gabriel LANDON
            Priority: Minor


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