[richfaces-issues] [JBoss JIRA] Commented: (RF-4390) Calendar zindex doesn't work (IE7)

John Leed (JIRA) jira-events at lists.jboss.org
Wed Dec 3 12:16:36 EST 2008


    [ https://jira.jboss.org/jira/browse/RF-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12440941#action_12440941 ] 

John Leed commented on RF-4390:
-------------------------------

I am having the same problem - components are appearing in front of the popup calendar, even with the doctype present. This is occurring in IE7 and IE8b2. Screenshot and HTML source to follow.

> Calendar zindex doesn't work (IE7)
> ----------------------------------
>
>                 Key: RF-4390
>                 URL: https://jira.jboss.org/jira/browse/RF-4390
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: a4j, jsf
>            Reporter: Hrvoje Jo
>            Assignee: Mikhail Vitenkov
>
> In IE7 zindex doesn't work. If calendar is inside rich:panelBarItem and after them there is another rich:panelBarItem it is behind the rich:panelBarItem no matter what zindex values are. 
> <rich:panelBarItem id="p1"
> 							label="someLabel" headerStyle="z-index: 1;"
> 							headerStyleActive="z-index: 1;" contentStyle="z-index: 1;" >
> <rich:calendar id="p1c1" value="#{d_bean.date}" popup="true" rendered="true"
> 		inputClass="input-field input-field-cal"
> 		converter="DateConverter" enableManualInput="true"
> 		buttonClass="calendar-button" datePattern="dd.MM.yyyy"
> 		buttonIcon="/images/datepicker.gif" showApplyButton="false"
> 		direction="bottom-right" jointPoint="bottom-right"
> 		weekDayLabels="1,2,3,4,5,6,7"
> 		weekDayLabelsShort="1,2,3,4,5,6,7"
> 		monthLabels="1,2,3,4,5,6,7,8,9,10,11,12"
> 		monthLabelsShort="1,2,3,4,5,6,7,8,9,10,11,12"
> 		todayControlMode="hidden" required="false" cellWidth="15"
> 		cellHeight="15" zindex="2000">
> </rich:panelBarItem>
> <rich:panelBarItem id="p2"
> 							label="someOtherLabel" headerStyle="z-index: 1;"
> 							headerStyleActive="z-index: 1;" contentStyle="z-index: 1;" >
> ...
> </rich:panelBarItem>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list