Closed
Bug 1198941
Opened 9 years ago
Closed 9 years ago
Broken bound event listener removal in shumway
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: Gijs, Unassigned)
References
Details
https://dxr.mozilla.org/mozilla-central/rev/f61c3cc0eb8b7533818e7379ccc063b611015d9d/browser/extensions/shumway/content/shumway.gfx.js#5662
window.addEventListener("resize", this._onResize.bind(this))
...
window.removeEventListener("resize", this._onResize.bind(this));
That doesn't work.
Reporter | ||
Comment 1•9 years ago
|
||
The same issue appears in shumway.player.js .
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
affected → ---
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•