WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
76406
Printing to PDF loses color on hyperlink
https://bugs.webkit.org/show_bug.cgi?id=76406
Summary
Printing to PDF loses color on hyperlink
nw2uzh3766
Reported
2012-01-16 15:55:09 PST
Created
attachment 122689
[details]
ScreenShot_2012-01-16 [related to
bug #65076
] On Lion 10.7.2, when printing to a PDF, the hyperlinks are generated (only recently, since maybe Jan 1, 2012 ) correctly but the color from the hyperlink is gone, leaving little indication of the hyperlink in the PDF (unless you hover over the right words). See ScreenShot_2012-01-16. PDF in Preview.app on left; WebKit on right.
Attachments
ScreenShot_2012-01-16
(317.89 KB, image/png)
2012-01-16 15:55 PST
,
nw2uzh3766
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2012-01-16 16:00:48 PST
This appears to be correct behavior given the print stylesheet that the page specifies. The print stylesheet referred to from <
http://www.readability.com/articles/j2z3oj2i
> is <
http://du3itj18e4z0b.cloudfront.net/7eefe2/css/print.css
>. It contains the following rule: a { color : #000 !important; } That is, all hyperlinks should be black when printed. You'll find that if you attempt to print pages other than those on readability.com that hyperlinks will be colored appropriately.
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