[
https://issues.jboss.org/browse/RF-12591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731369#comment-12731369
]
Jean ANDRE edited comment on RF-12591 at 11/3/12 11:49 AM:
-----------------------------------------------------------
This is the screen capture of the visual effect of the bad shadow rendering on
IE7
was (Author: jorelia64):
This the screen capture of the visual effect of the bad shadow rendering on
IE7
> 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
> Attachments: RF-12591_PopupPanel_BadShadow.png
>
>
> 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 popup 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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues