Closed
Bug 308269
Opened 19 years ago
Closed 19 years ago
Removing name or ID attr on input doesn't remove name from form
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
()
Details
Testcase in URL field should explain it all... Basically, we do stuff in
nsGenericHTMLFormElement::SetAttr that we don't do in UnsetAttr.
Duplicate of bug 100499, isn't it?
Assignee | ||
Comment 2•19 years ago
|
||
No. That bug is about the stale ref after you've gotten by name once and have
changed it. This bug is about a stale ref if you've _never_ gotten by name and
then _remove_ it. Quite different bugs, with totally different underlying code
reasons.
Assignee | ||
Comment 3•19 years ago
|
||
Fixed by checkin for bug 308270
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•