Closed
Bug 284707
Opened 20 years ago
Closed 5 years ago
What happens when the ownerDocument of a bound node changes?
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bzbarsky, Unassigned)
References
Details
If a node is moved from one document to another (via adoptNode() or just
appending in our DOM), what should happen to XBL bindings attached to it? If
they are attached sXBL-style (so depend on definitions in the original
document), should they stick around? What happens if the bindings implement
interfaces? What happens if the new document specifies a different binding to
be attached to nodes of this type?
Updated•15 years ago
|
QA Contact: ian → xbl
Updated•15 years ago
|
Assignee: hyatt → nobody
Reporter | ||
Comment 1•5 years ago
|
||
XBL is now disabled in Firefox (Bug 1583314) and is in the process of being removed from Gecko (Bug 1566221), so closing bugs requesting changes to its implementation as wontfix.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•