Closed
Bug 11295
Opened 25 years ago
Closed 25 years ago
MLK: we leak the drag event listener on every toolbar
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
we leak the drag event listener on every toolbar. Collapse a toolbar and re-
expand it and another will be created w/out ever hitting the dtor of the first
one. I think it's somewhere in the content model that never gets unhooked.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Comment 1•25 years ago
|
||
marking M9, accepting
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
fixed. using RemoveEventListenerByIID when frame goes away.
You need to log in
before you can comment on or make changes to this bug.
Description
•