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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 3 18:39:33 PDT 2006


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





------- Comment #6 from darin at apple.com  2006-08-03 18:39 PDT -------
It'd be very helpful if we could come up with test cases for the various cases
Dave mentions above.

Clearly we have to look further up the DOM tree, since the <a> element might
not be the immediate parent of the node that's rendered.

Given Dave' suggestion, I started looking at how outline painting works, and
the relevant functions seem to be:

    RenderBlock::paintObject
    RenderFlow::paintLines
    RenderImage::paint
    RenderHTMLCanvas::paint
    RenderSVGContainer::paint

I wouldn't worry too much about those last two, although I guess they would
need the same code as RenderImage.


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