[Webkit-unassigned] [Bug 88201] REGRESSION (r118039): Incorrect formatting of pdf when printing from Reader view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 18:27:31 PDT 2012


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





--- Comment #10 from Vitaly Buka <vitalybuka at chromium.org>  2012-06-04 18:27:31 PST ---
(In reply to comment #9)
> > I can try to localize, but there is probability that Reader does something to compensate bug fixed in my patch.
> 
> I don't know if Reader does something unusual here, but it certainly doesn't try to compensate for bug 85118 - simply because Safari never shipped with a version of WebKit that had this problem.

My CL fixed two independent issues:
1. Source/WebCore/page/Frame.cpp. It was not shipped with with Safari. And it's unrelated to this issue.
2. Source/WebCore/rendering/RenderView.cpp. It was shipped and present for a long time. For most sites it's just a little strange iframe content when printing. But http://code.google.com/p/chromium/source/search is not printed at all. 

If you revert just RenderView.cpp or just use official Safari you'll see difference on layout tests attached to that bug. Content of iframes alined incorrectly after printing.

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