Closed Bug 1198941 Opened 9 years ago Closed 8 years ago

Broken bound event listener removal in shumway

Categories

(Firefox Graveyard :: Shumway, defect)

defect
Not set
normal

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.
The same issue appears in shumway.player.js .
No longer blocks: 1198244
Blocks: 1198244
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.