Closed Bug 2353 Opened 26 years ago Closed 26 years ago

layout of form elements messed up

Categories

(Core :: DOM: HTML Parser, defect, P2)

Other
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dbaron, Assigned: rickg)

References

()

Details

The position of the form widgets in the above test got messed up (drastically) between the builds of 99-01-08 and 99-01-13. The radio boxes are now off above the third box, moving it down, instead of inside the second. The text next to them is gone The problem is messing up the layout of the whole test.
Sorry... forgot to mention: PC/Windows 95.
Assignee: troy → rickg
Component: Layout → Parser
The parser is not handling the HTML very well. For example, <body> <ul> <li> the way </li> <li> <p> the world ends </p> </body> is resulting in the P tag being moved outside of the LI. HTML refcount=6< HEAD refcount=2< > BODY refcount=3< Text refcount=3<\n> UL refcount=3< Text refcount=3<\n> LI refcount=4< Text refcount=3<\nthe way \n> > Text refcount=3<\n> LI ID=bar refcount=4< Text refcount=3<\n> > P refcount=3< Text refcount=3<\nthe world ends \n> > Text refcount=3<\n\n> > > >
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I think this is fixed (it sure looks good to me.) Can you retry this when you get your next set of bits?
I think this is fixed (it sure looks good to me.) Can you retry this when you get your next set of bits?
Status: RESOLVED → VERIFIED
Verified fixed.
You need to log in before you can comment on or make changes to this bug.