]
Jean ANDRE updated RF-12591:
----------------------------
Attachment: RF-12591_PopupPanel_BadShadow.png
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: