bufanliu / custom-context-menu

Automatically exported from code.google.com/p/custom-context-menu
Other
0 stars 0 forks source link

RightClick.UnInit function non functional on Gecko browsers #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
EventListener is not removed.

What steps will reproduce the problem?
1. Call RightClick.UnInit()
2. Set RightClick to null;
3. right click in your page and you get a reference error

Version is 0.6.3
Firefox 3.6.8 / WinXP

It's an eventListener add/remove issue. See Fix attached.

Original issue reported on code.google.com by julien.d...@gmail.com on 3 Sep 2010 at 3:50