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

Pedro Santos commented on WICKET-3360:
--------------------------------------

Hi Peter, in your page you have 2 div tags (<div class="baseContainer">) 
marking 2 different containers in the same z-index. 
The calendar tag z-index is 99999, but IE don't care about it being higher then 
the rest of page because the its parent container is not on a higher z-index 
than its brother. Change the first base container z-index to 1 and the calendar 
will stop to show behind the container 2.
About the sizing, the Yahoo devs already did their work specifying in the css 
that the table header cell has 2em of width:
.yui-skin-sam .yui-calendar .calweekdaycell {
        color: #000;
        font-weight: bold;
        text-align: center;
        width: 2em;
}
not sure what we can do more.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the 
> sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags 
> inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be 
> switched to <div class="yui-calcontainer ...>

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

Reply via email to