[
https://issues.jboss.org/browse/RF-12349?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12349:
-------------------------------
Priority: Major (was: Blocker)
Steps to Reproduce:
Create a <rich:accordion> component with an nested <rich:calendar>, the
<rich:calendar> seems to be hidden behind the accordion component.
Sample Code:-
{code}
<h:form>
<rich:accordion style="z-index:10;" id="acrdion"
switchType="client">
<rich:accordionItem id="acdItm" header="Overview:">
<rich:calendar value="#{bean.date}" datePattern="dd/M/yy"
id="Cal1" style="z-index:100;"/>
</rich:accordionItem>
</rich:accordion>
<h:form>
{code}
was:
Create a <rich:accordion> component with an nested <rich:calendar>, the
<rich:calendar> seems to be hidden behind the accordion component.
Sample Code:-
<h:form>
<rich:accordion style="z-index:10;" id="acrdion"
switchType="client">
<rich:accordionItem id="acdItm" header="Overview:">
<rich:calendar value="#{bean.date}" datePattern="dd/M/yy"
id="Cal1" style="z-index:100;"/>
</rich:accordionItem>
</rich:accordion>
<h:form>
Component/s: component-input
(was: component)
Forum Reference:
http://stackoverflow.com/questions/11231995/calendar-gets-hidden-inside-a...
(was:
http://stackoverflow.com/questions/11231995/calendar-gets-hidden-inside-a...)
Calendar component hidden behind rich:accordian component
---------------------------------------------------------
Key: RF-12349
URL:
https://issues.jboss.org/browse/RF-12349
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.2.2.Final
Environment: OS:- Windows XP
JDK:-JDK 1.6.0_20
Reporter: Nikhil Hukkerikar
The calendar component <rich:calendar> is hidden behind the
<rich:accordionitem>, wherein the calendar component is included inside one of the
accordion Items of the <rich:accordion> component.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira