Microsoft Content Management Server - "Partial Page Display" error

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > December 2005 > "Partial Page Display" error





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author "Partial Page Display" error
Jim Daley

2005-12-21, 5:55 pm

One of our recent MCMS web sites has been intermittently experiencing
an unusual display error, which we have affectionately labeled the
"Partial Page Display" error.

The site has been designed in XHTML, and relies heavily on CSS for its
layout. Unfortunately, when viewing certain pages in Internet Explorer
6.0 (SP2), a portion of the main text content is omitted, as if it did
not exist in the source code. The browser renders the header, a portion
of the main content, and then the footer. When viewing the source code
of a partially-rendered page, we've noticed that all of the main
content is actually present in the source- it just isn't being
displayed on the page. Likewise, when the page is printed all content
is printed out even though only a portion of it is being displayed on
the monitor. This "Partial Page Load" error does not happen in any
other browsers that we have tested- it only occurs in Internet
Explorer.

We have attempted many stylesheet, and even some JavaScript, fixes, but
none have been successful. We are currently examining the impact of
converting all of the templates "backwards" to a table-based
(non-CSS) layout, but would obviously prefer not to take this route.
Has anyone ever encountered this issue before? Does anyone have an idea
what might be causing this or what we can do to remedy the issue?

Thank you in advance- any feedback/info you might have would be greatly
appreciated....

Jim

Mike Sharp

2005-12-21, 8:49 pm

Does your site run IE in quirks mode, or compliant mode? IOW, does each
page begin with something like:

<!DOCTYPE
html
PUBLIC "-//W3C//DTD XHTML 1.0 transitional//EN"
"http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html
xml:lang="en"
lang="en"
xmlns="http://www.w3.org/1999/xhtml">
<head>

IE will render some things quite differently in one case than in the other.
This has to do with the so-called "box model bug" in IE 6.


Regards,
Mike Sharp



"Jim Daley" <daleyj@mail.nih.gov> wrote in message
news:1135199155.776401.315740@g49g2000cwa.googlegroups.com...
> One of our recent MCMS web sites has been intermittently experiencing
> an unusual display error, which we have affectionately labeled the
> "Partial Page Display" error.
>
> The site has been designed in XHTML, and relies heavily on CSS for its
> layout. Unfortunately, when viewing certain pages in Internet Explorer
> 6.0 (SP2), a portion of the main text content is omitted, as if it did
> not exist in the source code. The browser renders the header, a portion
> of the main content, and then the footer. When viewing the source code
> of a partially-rendered page, we've noticed that all of the main
> content is actually present in the source- it just isn't being
> displayed on the page. Likewise, when the page is printed all content
> is printed out even though only a portion of it is being displayed on
> the monitor. This "Partial Page Load" error does not happen in any
> other browsers that we have tested- it only occurs in Internet
> Explorer.
>
> We have attempted many stylesheet, and even some JavaScript, fixes, but
> none have been successful. We are currently examining the impact of
> converting all of the templates "backwards" to a table-based
> (non-CSS) layout, but would obviously prefer not to take this route.
> Has anyone ever encountered this issue before? Does anyone have an idea
> what might be causing this or what we can do to remedy the issue?
>
> Thank you in advance- any feedback/info you might have would be greatly
> appreciated....
>
> Jim
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com