Closed
Bug 579079
Opened 14 years ago
Closed 14 years ago
Elements not removed from name table correctly
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta3+ |
People
(Reporter: bzbarsky, Assigned: sicking)
References
Details
(Keywords: regression)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
See attached self-describing testcase.
The problem is that the patch in bug 564863 put AddToNameTable in nsGenericHTMLElement::BindToTree but only put RemoveFromNameTable() in nsGenericHTMLFormElement::UnbindFromTree. So of the things we add to the name table, only <object> gets removed from it.
This is a serious web compat regression; should probably block b2.
Comment 1•14 years ago
|
||
(In reply to comment #0)
> See attached self-describing testcase.
In which bug?
Reporter | ||
Comment 2•14 years ago
|
||
Oops. Forgot to attach this.
Assignee | ||
Comment 3•14 years ago
|
||
I'll integrate the testcase as well.
Attachment #457945 -
Flags: review?(jst)
Updated•14 years ago
|
Attachment #457945 -
Flags: review?(jst) → review+
Updated•14 years ago
|
blocking2.0: beta2+ → beta3+
Assignee | ||
Comment 4•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/85e4a92e5fce
Fixed, with tests.
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
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
•