WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 138192
Print fonts significantly smaller than other browsers when using fixed-width container
https://bugs.webkit.org/show_bug.cgi?id=138192
Summary
Print fonts significantly smaller than other browsers when using fixed-width ...
Chris Rebert
Reported
2014-10-29 15:51:47 PDT
Created
attachment 240634
[details]
Screenshot demonstrating scaling (or font size?) difference Original Bootstrap issue:
https://github.com/twbs/bootstrap/issues/14868
To reproduce: 1. Open
http://jsbin.com/tuxos/2
in Safari 8.0 (10600.1.25) on OS X Yosemite 2. File->Print 3. Set "Paper Size" to "US Letter" 4. Ensure that "Scale" is set to "100%" 5. PDF->Open PDF in Preview 6. Compare the resulting PDF to those produced by Chrome's or Firefox's print features. Expected Result: Disregarding margins and margin-related scaling, Safari's PDF should look nearly the same as the other browsers' PDFs. Actual Result: Due to page scaling (or font size adjustment?), the apparent font size in Safari's PDF is significantly smaller compared to the other browsers. Adding .container { width: auto !important; } seems to make Safari scale the page closer to how the other browsers scale it.
Attachments
Screenshot demonstrating scaling (or font size?) difference
(376.69 KB, image/png)
2014-10-29 15:51 PDT
,
Chris Rebert
no flags
Details
Copy of JS Bin example
(2.84 KB, text/html)
2015-05-06 12:14 PDT
,
Chris Rebert
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Chris Rebert
Comment 1
2014-10-30 01:29:52 PDT
(Caption on right Firefox PDF in screenshot should say "enabled" instead of "disabled")
Chris Rebert
Comment 2
2015-01-09 19:38:28 PST
Have also filed this as <
rdar://problem/19435018
>
Chris Rebert
Comment 3
2015-05-06 12:14:21 PDT
Created
attachment 252504
[details]
Copy of JS Bin example
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug