Closed
Bug 126824
Opened 24 years ago
Closed 24 years ago
[FIX]Background doesn't paint the correct rect
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: dcone, Assigned: rods)
Details
Attachments
(1 file, 1 obsolete file)
|
1.24 KB,
patch
|
dcone
:
review+
attinasi
:
superreview+
|
Details | Diff | Splinter Review |
The background drawing code is in the wrong frame currently, needs to be moved
so that it is not offset.
Also.. it should only draw once.. with the background paint.
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Updated•24 years ago
|
Summary: Move the drawbackground from nsPageFrame to nsPageContentFrame → Background doesn't paint the correct rect
| Assignee | ||
Comment 1•24 years ago
|
||
Low risk - Get the rect of the PageContentFrame and using it. Also, painting BG
after the container and only when we are suppose to be painting the BG
| Reporter | ||
Comment 2•24 years ago
|
||
Comment on attachment 70604 [details] [diff] [review]
patch
r=dcone
Attachment #70604 -
Flags: review+
| Assignee | ||
Comment 3•24 years ago
|
||
After discussing this with don the BG should be painted before going to the
PageContentFrame, in case any of its children need to paint a BG.
Attachment #70604 -
Attachment is obsolete: true
| Reporter | ||
Comment 4•24 years ago
|
||
Comment on attachment 70609 [details] [diff] [review]
better patch
r=dcone
Attachment #70609 -
Flags: review+
Comment 5•24 years ago
|
||
Marking nsbeta1+. This is a highly visible issue. I noticed this bug right away
when I turned on printing background colors and went into print-preview.
| Assignee | ||
Updated•24 years ago
|
Summary: Background doesn't paint the correct rect → [FIX]Background doesn't paint the correct rect
Comment 6•24 years ago
|
||
Comment on attachment 70609 [details] [diff] [review]
better patch
sr=attinasi
Attachment #70609 -
Flags: superreview+
a=dbaron for attachment 70609 [details] [diff] [review] for mozilla0.9.9
Keywords: mozilla0.9.9+
| Assignee | ||
Comment 8•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Rod/Don, can one of you verify this bug ? thanks...mark it verified-fixed also..
You need to log in
before you can comment on or make changes to this bug.
Description
•