[richfaces-issues] [JBoss JIRA] (RF-12349) Calendar component hidden behind rich:accordian component
Juraj Húska (JIRA)
jira-events at lists.jboss.org
Tue Jun 18 07:50:20 EDT 2013
[ https://issues.jboss.org/browse/RF-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782342#comment-12782342 ]
Juraj Húska commented on RF-12349:
----------------------------------
I have simulated the issue on [this|https://github.com/richfaces/richfaces-qa/blob/master/metamer/application/src/main/webapp/components/richAccordion/rf-12349.xhtml] page.
IMHO the issue is in the {{r:accordion}}. It incorrectly has defined css style property {{overflow-x}} to {{hidden}}.
See [accordion.ecss|https://github.com/richfaces/richfaces/blob/master/framework/src/main/resources/META-INF/resources/org.richfaces/toggle/accordion/accordion.ecss#L60-61].
Notice that the page is also simulating {{r:calendar}} in other similar situations. There it works correctly, as the other panels has {{overflow}} set to {{visible}}.
Attaching the workaround.
> 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
> Assignee: Juraj Húska
> Fix For: 5-Tracking
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list