[ 
https://issues.apache.org/jira/browse/WICKET-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012679#comment-13012679
 ] 

Gabriel LANDON edited comment on WICKET-2056 at 3/29/11 8:42 PM:
-----------------------------------------------------------------

This correction seems to have broken the datepicker in ModalWindow. It is 
display under the modal instead of above.
See 
http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tt3416225.html
 for details.

      was (Author: tahitiangabriel):
    This correction seems to have broken the datepicker in ModalWindow. It is 
display under the modal instead of aboce.
See 
http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tt3416225.html
 for details.
  
> Modal CSS Overflow Auto Bug
> ---------------------------
>
>                 Key: WICKET-2056
>                 URL: https://issues.apache.org/jira/browse/WICKET-2056
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>         Environment: Internet Explorer 6 and 7
>            Reporter: Zach Leatherman
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.4.16, 1.5-RC2
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> To duplicate the issue, create a panel wicket modal with the following 
> content that has enough content to trigger an overflow:
> <br/><br/><br/><br/><br/><br/><br/><br/><br/> (etc.)
> <div style="position: relative">Relative</div>
> Then try scrolling in IE6 or IE7.  The relative div will remain in a fixed 
> position.
> See the following for a description of the bug.
> http://rowanw.com/bugs/overflow_relative.htm
> On the first child div below div.w_content, there should be a style 
> declaration assigned to the child div that contains "position: relative;"  
> For example,
> <div id="GENERATED_WICKET_ID" style="overflow: auto; height: 400px; position: 
> relative">

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to