Page 1 of 1

Mysterious pageShadow tables

Posted: Wed Jun 26, 2013 11:13 pm
by RossAFaneuf
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>

Re: Mysterious pageShadow tables

Posted: Wed Jun 26, 2013 11:15 pm
by RossAFaneuf
The same thing happens with Internet Explorer.

I am using 2013.2 pre-release.

Re: Mysterious pageShadow tables

Posted: Thu Jun 27, 2013 10:11 am
by Vladimir
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.

Re: Mysterious pageShadow tables

Posted: Thu Jun 27, 2013 2:33 pm
by RossAFaneuf
Thank you very much, that is just what I needed.

Re: Mysterious pageShadow tables

Posted: Fri Jun 28, 2013 5:36 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.