Closed
Bug 285006
Opened 21 years ago
Closed 20 years ago
outer table frame should account for margin during printing
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Assigned: bernd_mozilla)
Details
Attachments
(1 file)
1.55 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
this is a followup from bug 274516 I attached there a patch which should go in
Attachment #176486 -
Flags: superreview?(roc)
Attachment #176486 -
Flags: review?(roc)
Comment on attachment 176486 [details] [diff] [review]
patch
+ if (NS_UNCONSTRAINEDSIZE != margin.top)
How can this be NS_UNCONSTRAINEDSIZE?
Comment on attachment 176486 [details] [diff] [review]
patch
ok, just replace it with an assertion != UNCONSTRAINEDSIZE then.
Attachment #176486 -
Flags: superreview?(roc)
Attachment #176486 -
Flags: superreview+
Attachment #176486 -
Flags: review?(roc)
Attachment #176486 -
Flags: review+
the patch fixes the warning at
http://lxr.mozilla.org/seamonkey/source/layout/tables/nsTableRowGroupFrame.cpp#1044
in https://bugzilla.mozilla.org/attachment.cgi?id=168707
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•