Closed Bug 538112 Opened 14 years ago Closed 14 years ago

Some blogspot pages are not printed correctly

Categories

(Core :: Printing: Output, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 129941

People

(Reporter: glandium, Unassigned)

Details

This was reported as Debian bug #562996.

Both print preview and print output exhibit the problem : the first page contains the truncated main content (left column, only what fits in a page), then the next page contains the right column content, again, only what fits in a page, and the last (third) page contains the copyright at the end of the page.

The problem can be seen with the following pages:
http://ishimshitos.blogspot.com/2008/06/abraham-geiger-sry-ztl.html
http://rutimizrachi.blogspot.com/2009/09/i-will-sing-and-chant-praises-to-hashem.html
http://googlejapan.blogspot.com/

But *not* with this one:
http://googleblog.blogspot.com/
From the source of the first URL in comment 0:

> #main-wrapper {
[...]
> overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
[...]
> }
> #sidebar-wrapper {
[...]
> overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
> }

main-wrapper wraps the main content (left column), and sidebar-wrapper wraps the right sidebar.  Both are overflow:hidden, so both get truncated when printed.

I'm guessing that one gets pushed to the second page since we realize that both are truncated, and so we give each its own page in a (futile) attempt to show a little bit more before truncating.

Anyway, essentially a dupe of bug 129941.

If you add the rule mentioned in bug 129941 comment 59 via the "Stylish" Add-on, that should probably work around this.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
OS: Linux → All
Version: 1.9.1 Branch → Trunk
You need to log in before you can comment on or make changes to this bug.