I have a report rendered by ReportWebViewer in FireFox. When I inspect the html with FireBug, the rendered report contains 8 identical tables as follows. What are these for? In some cases they cause rendering problems - if the report is in a smaller div, the shadow shows through (because of the z-index). Are all these tables actually necessary? Can I get rid of them?
<table width="1102px" height="852px" cellspacing="0" cellpadding="0" border="0" align="Center" style=" z-index: -1; margin: 0px 0 0 0px; position: absolute; background-color: Gray; visibility: inherit;opacity: 0.1; filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; " class="pageShadow"><tbody><tr><td></td></tr></tbody></table>
Mysterious pageShadow tables
-
- Posts: 28
- Joined: Thu Jul 28, 2011 9:16 am
- Location: USA
-
- Posts: 28
- Joined: Thu Jul 28, 2011 9:16 am
- Location: USA
Re: Mysterious pageShadow tables
The same thing happens with Internet Explorer.
I am using 2013.2 pre-release.
I am using 2013.2 pre-release.
Re: Mysterious pageShadow tables
Hello,
These tables form the page shadow in the WebViewer. Tables are used for compatibility with older browsers.
You can disable the page shadow using a ShowPageShadow property of the WebViewer component.
Thank you.
These tables form the page shadow in the WebViewer. Tables are used for compatibility with older browsers.
You can disable the page shadow using a ShowPageShadow property of the WebViewer component.
Thank you.
-
- Posts: 28
- Joined: Thu Jul 28, 2011 9:16 am
- Location: USA
Re: Mysterious pageShadow tables
Thank you very much, that is just what I needed.
Re: Mysterious pageShadow tables
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.