Closed
Bug 30780
Opened 25 years ago
Closed 25 years ago
<MENU> Tags are not indented correctly
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: andrew, Assigned: rickg)
References
Details
Attachments
(1 file)
|
270 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.6 [en] (X11; I; Linux 2.2.13 i686)
BuildID: 2000022708
If two MENU tags follow one another, the second one is treated
as if the first one was never closed.
Reproducible: Always
Steps to Reproduce:
1.<MENU> <LI>test </MENU> <MENU> <LI>test2 </MENU>
2.
3.
Actual Results: The second MENU is indented as if the first was never closed
Expected Results: Both "test" and "test2" should be "top-level" menu tags
Menu tags have been depricated in HTML 4.0, but they should
still be correctly supported the same as UL tags.
Comment 2•25 years ago
|
||
Bug #30650 gives an URL with a couple hundreds of <MENU> </MENU> pairs.
The text goes in diagonal because of the indentations..
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Mozilla renders the attached testcase by indenting each menu block.
Navigator 4.x works fine.
Marking bug confirmed, adding 4xp keyword.
Landed tonight; changed nsElementTable.cpp.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•