[Webkit-unassigned] [Bug 65076] WebKit2: Printing to PDF loses URL links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 2 15:31:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65076


Tom Andersen <tom.andersen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom.andersen at gmail.com




--- Comment #5 from Tom Andersen <tom.andersen at gmail.com>  2011-10-02 15:31:52 PST ---
There is lots of grief about this bug on the web. 

It looks to me like the culprit may have something to do with https://bugs.webkit.org/show_bug.cgi?id=57916 and the m_alwaysCreateLineBoxes variable.

Perhaps the optimization should be off when printing. 

RenderInline::RenderInline(Node* node)
     : RenderBoxModelObject(node)
     , m_lineHeight(-1)
+    , m_alwaysCreateLineBoxes

Might give someone a clue for an easy fix.

from not a webkit developer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list