You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Gabriel LANDON (JIRA)" <ji...@apache.org> on 2011/03/31 02:19:05 UTC

[jira] [Created] (WICKET-3579) Datepicker is not displayed correctly in small ModalWindow

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

[jira] [Commented] (WICKET-3579) Datepicker is not displayed correctly in small ModalWindow

Posted by "Gabriel LANDON (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Commented] (WICKET-3579) Datepicker is not displayed correctly in small ModalWindow

Posted by "Gabriel LANDON (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038688#comment-13038688 ] 

Gabriel LANDON commented on WICKET-3579:
----------------------------------------

I know my workaround is working :-) but still this is a regression introduced in 1.4.16...

> 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

[jira] [Updated] (WICKET-3579) Datepicker is not displayed correctly in small ModalWindow

Posted by "Gabriel LANDON (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel LANDON updated WICKET-3579:
-----------------------------------

    Attachment: broken_datepicker.jpg

Screenshot

> 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
>
>
> 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

[jira] [Resolved] (WICKET-3579) Datepicker is not displayed correctly in small ModalWindow

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ 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

[jira] [Updated] (WICKET-3579) Datepicker is not displayed correctly in small ModalWindow

Posted by "Gabriel LANDON (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel LANDON updated WICKET-3579:
-----------------------------------

    Attachment: modaldate.zip

Quickstart to reproduce the bug

> 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