Closed Bug 2777 Opened 26 years ago Closed

TEXTAREA elements do not render before forms

Categories

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

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: ian, Assigned: rickg)

References

()

Details

Any TEXTAREA elements appearing before any forms on the page do not render. They do if they are either inside or after a form, but not before. See uri quoted for demo.
Summary: TEXTAREA elements do not render before forms → TEXTAREA elements do not render before forms
this isn't my bug since the textarea doesn't even show up when visual debugging is turned on. also i don't get any textareas at all in this example. this needs to be reassigned, but i have no idea to whom. qa should track this down.
Assignee: michaelp → troy
Component: Rendering → Layout
Hardware: Other → PC
After further consideration, the bug is probably Layout. Could be Parser, although if it is I'd hate to know what the reason is. Failing that, Widget Set, although I believe the widgets themselves are fine, they are just not being drawn. See also bug #2778.
Assignee: troy → rickg
Component: Layout → Parser
Rick, the TEXTAREA isn't in the content model. I don't know whether this is parser or content sink BODY refcount=3< H2 refcount=3< Text refcount=3<Before A Form> > Text refcount=3<\n\n> P refcount=3< Text refcount=3<There should now be a > CODE refcount=3< Text refcount=3<TEXTAREA> > Text refcount=3<. It should be rendered,\nalthough it is before a form.> > Text refcount=3<\n\n> P refcount=3< Text refcount=3<\n\n> > Text refcount=3<\n\n> H2 refcount=3< Text refcount=3<In A Form> >
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.