[richfaces-issues] [JBoss JIRA] (RF-12591) popupPanel - IE7 - Modal state - Bad shadow rendering - height ?

Jean ANDRE (JIRA) jira-events at lists.jboss.org
Sat Nov 3 11:45:18 EDT 2012


     [ https://issues.jboss.org/browse/RF-12591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean ANDRE updated RF-12591:
----------------------------

    Summary: popupPanel - IE7 - Modal state - Bad shadow rendering - height ?  (was: popupPanel - IE7 - Modal state - Bad Shadows - height ?)

    
> popupPanel - IE7 - Modal state - Bad shadow rendering - height ?
> ----------------------------------------------------------------
>
>                 Key: RF-12591
>                 URL: https://issues.jboss.org/browse/RF-12591
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2.3.Final
>            Reporter: Jean ANDRE
>
> See the screen capture for the visual effect.
> 1) The error occurs only if the popupPanel is modal.
> 2) The error occurs only on IE 7, works on IE8 et lastest FireFox - Not tested on IE9
> 3) When we display a modal popupPanel, the shadow is very bigger than the dialog box.
>  3.1) Even setting the attribute shadowDepth="0" does not have any effect. The div tag is still rendered.
> The workaround found is as following - Hidden the shadow panel as below.
> {code}
> /* only for IE7 compatibility - hide the shadow panel for popul panel */
> .rf-pp-shdw {
> 	visibility:hidden;
> 	display:none;
> }
> {code}
> As consequence, we do not have any shadow panel any more, but it is working on IE7.
>  1) Then, it is possible to not render the shadow panel when the shadowDepth is set to "0" ?
>  2) What is the differences between a non modal popupPanel (which works with shadow) vs modal popupPanel which does not work ?
>     - Where the DIV shadow takes/inherit its height ???
>  

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