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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Aug 2 17:27:08 PDT 2006


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


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9841|review?(darin at apple.com)    |review-
               Flag|                            |




------- Comment #3 from hyatt at apple.com  2006-08-02 17:27 PDT -------
(From update of attachment 9841)
Ok, here are my comments.

(1) This feature as coded will cause a slowdown.  We will need a way to only do
work when we detect that we're drawing into a PDF context.

(2) You need to deal with partial clipping (unless the CG API does this for
you?).

(3) Patching only InlineFlowBox is insufficient and won't give you the right
rects.  This won't work for image links.  It won't work when the link is a
block.  It won't work if the content inside the link is a larger font size.

I would probably limit this feature to images and text and patch those methods
instead.


-- 
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