[
https://issues.jboss.org/browse/RF-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jay Balunas updated RF-11031:
-----------------------------
Fix Version/s: 4.Future
Description:
<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.
was:
<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.
Component/s: compatibility
(was: component)
Forum Reference: http://community.jboss.org/message/608209#608209 (was:
http://community.jboss.org/message/608209#608209)
> <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: compatibility, component-panels-layout-themes
> Affects Versions: 4.0.0.Final
> Environment: Issue only affects IE7
> Reporter: Paul Knox
> Fix For: 4.Future
>
>
> <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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues