[richfaces-issues] [JBoss JIRA] Created: (RF-11031) <rich:popupPanel> autosized attribute does not work in IE7

Paul Knox (JIRA) jira-events at lists.jboss.org
Thu Jun 2 15:00:59 EDT 2011


<rich:popupPanel> autosized attribute does not work in IE7
----------------------------------------------------------

                 Key: RF-11031
                 URL: https://issues.jboss.org/browse/RF-11031
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component, component-panels-layout-themes
    Affects Versions: 4.0.0.Final
         Environment: Issue only affects IE7
            Reporter: Paul Knox



<rich:popupPanel autosized='true'> does not autosize popup window in IE7. I tried a workaround by setting the autosized=false for IE7 and using the height and width attributes but the height and width attributes seem to override the autosized attribute.

I eventually found a workaround by setting the autosized='true' height='' width='' for all browsers except IE7 (which works, for some reason the height and width attributes are ignored)
For IE7 I set autosized='false' height='670' width='400' which renders ok but if the data in any of my table cells gets larger then this will not render properly.

here is my actual code
<rich:popupPanel id="popupReport" modal="false" resizeable="false"autosized="#{!userBean.internetExplorer7}" height="#{userBean.internetExplorer7 ? '670' : ''}" width="#{userBean.internetExplorer7 ? '400' : ''}" rendered="#{!report.tableOnly}">
.
.
.
.
</rich:popupPanel>

I've included a link to the forum topic.





--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list