[Webkit-unassigned] [Bug 10216] PDF created by printing should have live hyperlinks

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Sep 11 16:38:26 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10216





------- Comment #9 from kraisler at apple.com  2006-09-11 16:38 PDT -------
Based on Dave and Darin's suggestions above, I've started debugging
RenderFlow::paintLines.  paintLines() iterates through its InlineFlowBox's.  
I found that if an InlineFlowBox has an element which responds to isLink() as
true, I can build up a PDF PDF HREF rect.  This rect seems to work properly in
my simple HTML document and seems to account for instances when the font size
has been increased.

I realize RenderFlow::paintLines is one over several spots we'll need some
patch code and I'm using it as my initial exploration case.

Does my basic approach sound correct?  


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list