[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2425) seam-gen / RF 3.1.3 simpleTogglePanel float clearing
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sat Jan 5 09:32:43 EST 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2425?page=all ]
Pete Muir closed JBSEAM-2425.
-----------------------------
Resolution: Done
Thanks, i added the workaround to seam-gen as it works well :)
> seam-gen / RF 3.1.3 simpleTogglePanel float clearing
> ----------------------------------------------------
>
> Key: JBSEAM-2425
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2425
> Project: JBoss Seam
> Issue Type: Bug
> Components: Tools
> Affects Versions: 2.0.1.CR1
> Reporter: Andrew Atkinson
> Assigned To: Pete Muir
> Fix For: 2.0.1.GA
>
>
> Apparently RF 3.1.3 moved from tables to css for the simpleTogglePanel layout and now the seam-gen generated display forms have some float clearing issue.
> To reproduce in a seam-gen generated project:
> <rich:simpleTogglePanel label="Lorem ipsum" switchType="client">
>
> <s:decorate template="layout/display.xhtml">
> <ui:define name="label">Lorem ipsum</ui:define>
> <h:inputText id="lorem1" value=""/>
> </s:decorate>
>
> </rich:simpleTogglePanel>
> As a workaround I added to theme.css:
> .rich-stglpanel-body {
> overflow: auto;
> }
> Not sure if this also applies to other RF components like panel.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list