Closed
Bug 544527
Opened 15 years ago
Closed 15 years ago
Printing this page fails to print most of the content
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 129941
People
(Reporter: villalu, Unassigned)
References
()
Details
(Whiteboard: [dupeme])
If I try to print the page in the attached URL (http://www.opensource.apple.com/license/apsl/) I only get two pages- basically the header (on one page) and then the first page of the license. The last 11 sections of the license vanish into the ether :) This happens with both the hardcopy and the preview, or if printing to PDF.
Other pages (nytimes.com, news.google.com) print fine.
This is with Minefield 3.7a1pre from 20100204031200.
Updated•15 years ago
|
Whiteboard: [dupeme]
Comment 1•15 years ago
|
||
Perhaps a duplicate of bug 524715 ?
Comment 2•15 years ago
|
||
unlike bug 524715, there are no frames in the apple apsl page.
Reporter | ||
Comment 3•15 years ago
|
||
Given the pile of divs in that page, I'm guessing this is more of a dup of bug 401121?
Comment 4•15 years ago
|
||
Using DOM Inspector shows that the div with id "content" (which contains all of the clipped license text) has computed-style "overflow:hidden". That definitely causes content to be clipped at page boundaries. (It's the cause of the vast majority of "long content being clipped" issues that I've seen. :))
(Not sure which of their stylesheets / style rules is applying that value.)
--> Dupe of bug 129941.
Note that there's a workaround in that bug (search for "stylish"). You should also be able to highlight just the license text and do "print-selection", I think.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
You need to log in
before you can comment on or make changes to this bug.
Description
•