Closed
Bug 3188
Opened 26 years ago
Closed 26 years ago
<center> not cleared at end of form
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
People
(Reporter: akkzilla, Assigned: rickg)
References
()
Details
Backwards compatibility with 4.5 issue -- I don't know if this is a layout bug
or not (I'll file a separate bug on lxr) -- close it if this is intended
behavior.
An lxr query (see URL) has a short form with a <center> tag in it, then the
</form> (with the center tag never closed), an <hr>, then a bunch of lines with
<br> at the end. These lines are drawn centered in viewer, but they're
left-justified in 4.5.
For some odd reason everything is getting nested inside of the <P> tag. This
small example demonstrates the problem. Note that nothing actually gets
displayed; I don't know if it's because of that problem or whether it's a
separate problem.
<P ALIGN=CENTER>
Free-text search through the source code, including comments.
<hr>
<h1>nsIDOMSelectionListene</h1>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
This is a duplicate of a bug that has been verified as fixed. Verifying
duplicate.
You need to log in
before you can comment on or make changes to this bug.
Description
•