]
Nick Belaevski resolved RF-4390.
--------------------------------
Resolution: Rejected
That is IE bug. Add proper doctype, .e.g.: <!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> to fix the
problem.
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
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: