Closed
Bug 127563
Opened 23 years ago
Closed 23 years ago
Table cell rendered at wrong position
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 126742
Future
People
(Reporter: bugzilla.mozilla.org-3, Assigned: karnaze)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
553 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+)
Gecko/20020222
BuildID: 2002022203
Under some circumstances, a table cell is drawn quite a bit below where it was
supposed to be.
Reproducible: Always
Steps to Reproduce:
1. Load test case
2. Watch the result
Actual Results: Blue table cell is rendered so that most of it lies outside the
yellow table. The paragraph following the table in the HTML code is rendered on
top of the table contents.
Expected Results: Blue table cell should be rendered within the yellow table.
The text following the table should not overlap with the table or the table cell.
The test case is rather fragile. If some of the parameters, e.g. height,
cellpadding etc. are changed, the page renders correctly.
The test case is a simple table that does not use CSS positioning.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
This is a recent regression. The bug was not there in build 2002021903.
Keywords: regression
![]() |
||
Comment 3•23 years ago
|
||
worksforme, linux build 2002-02-24-06. Windows-only?
Comment 4•23 years ago
|
||
dupe of bug 126742 ?
shows only with optimized build and does not appear with debug build, probably a
dupe.
Comment 6•23 years ago
|
||
*** Bug 127660 has been marked as a duplicate of this bug. ***
Comment 7•23 years ago
|
||
Reassigning to karnaze
Assignee: attinasi → karnaze
Priority: -- → P1
Target Milestone: --- → Future
Comment 9•23 years ago
|
||
Testcase seems to work fine with fix to bug #126742
(I tested before the fix and layout was messy). Note
that the testcase has a style with a height value.
Reporter (or karnaze), do you agree duping this one to 126742.
Assignee | ||
Comment 10•23 years ago
|
||
*** This bug has been marked as a duplicate of 126742 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•