bufanliu / custom-context-menu

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

non functional on WinXP Firefox 2 #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This appears to work for me when I right click on the HTML portion of the
page. It seems to place the colorbox in relation to where I right clicked
on the HTML.

Event is not defined on line 21. The rightClick() method at no point has
the event passed in which appears to be the issue.

Note that I haven’t taken a look at the source, call me lazy, I just prefer
the right-click view source option over a zip file… but I can see why you
didn’t go that direction. :)

FF2, WinXP, FP9.0.45

Original issue reported on code.google.com by DanFlo...@gmail.com on 18 Aug 2007 at 11:37

GoogleCodeExporter commented 8 years ago
event doesn’t have to be passed in for IE. event refers to the current event 
being
processed (single-threaded). In Firefox/Mozilla, something needs to be passed 
in.

However, even with that correction, it’s not the only issue. In the FF error 
console
it mentions that rightClick is not a function of the SWF.

Original comment by DanFlo...@gmail.com on 18 Aug 2007 at 11:38