[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2425) seam-gen / RF 3.1.3 simpleTogglePanel float clearing

Andrew Atkinson (JIRA) jira-events at lists.jboss.org
Sun Dec 23 11:10:43 EST 2007


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
             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