RESOLVED FIXED 3992
some elements draw selection when printing
https://bugs.webkit.org/show_bug.cgi?id=3992
Summary some elements draw selection when printing
Trey Matteson
Reported 2005-07-13 22:05:30 PDT
Go to nytimes.com. Select All. Print. Choose Preview. The printing output has a large amount of the selection gray drawn all over it. The text elements seem smart enough not to draw selection, but the stuff between the text is all gray. Might be a regression from 1.2, but I'm not positive.
Attachments
proposed patch (4.29 KB, patch)
2005-07-13 22:13 PDT, Trey Matteson
hyatt: review+
Trey Matteson
Comment 1 2005-07-13 22:05:56 PDT
This is also Radar #4083496
Trey Matteson
Comment 2 2005-07-13 22:13:40 PDT
Created attachment 2957 [details] proposed patch
Dave Hyatt
Comment 3 2005-07-25 14:34:04 PDT
Comment on attachment 2957 [details] proposed patch r=me It does occur to me, though, that another way to fix this might be to simply not do the PaintActionSelection phase at all when printing. Then none of the code that paints selection in the individual renderobjects would even have to check the printing state.
Justin Garcia
Comment 4 2005-07-26 19:09:36 PDT
Landing this
Note You need to log in before you can comment on or make changes to this bug.