Closed
Bug 139455
Opened 23 years ago
Closed 23 years ago
Horizontal rule overwrites rest of table
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: jss, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
This document shows an example where a horizontal rule in a table next to
another table overwrites the table on the left.
Reproducible: Always
Steps to Reproduce:
1. Look at page
2. Notice how horizontal rule goes across page
3.
Expected Results: Kept the HR inside the region it was rendering
Looks like:
<table width="20%" align="left">
...
</table>
<p>
blah blah blah
</p>
<hr>
...
Comment 1•23 years ago
|
||
This document is in standards mode... Dup of "[FLOAT] <hr> is drawn over
complete page in standards mode" (which is likely invalid).
*** This bug has been marked as a duplicate of 84887 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•