[webkit-reviews] review requested: [Bug 45827] Fail to print article from Google reader : [Attachment 67696] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 12:01:38 PDT 2010


kmadhusu <kmadhusu at chromium.org> has asked  for review:
Bug 45827: Fail to print article from Google reader
https://bugs.webkit.org/show_bug.cgi?id=45827

Attachment 67696: Patch
https://bugs.webkit.org/attachment.cgi?id=67696&action=review

------- Additional Comments from kmadhusu <kmadhusu at chromium.org>
Reproducible only on Safari and Chrome.

Steps to reproduce:
1. Go to http://www.google.com/reader/
2. Log in
3. Print a reader article.

Observation:
When we print any article from Google reader, sometimes webkit prints  only a
row on header and a white page, sometime half page. To my investigation, the
coordinates of the printed article is shifted by the scroll offset value. So I
made code change to add the positioned ancestor scroll offset value to the
current node coordinates.  

Note:
Issue: http://code.google.com/p/chromium/issues/detail?id=46076


More information about the webkit-reviews mailing list