bufanliu / custom-context-menu

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

Right click hold and left click is recognized as right click in IE #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Right click and hold
2. Left click while the right button is held down
3. Observe call to right click method of the flash file

What is the expected output? 
The left clicks should not call the right click method of the flash.

What do you see instead?
The left clicks are calling the right click method.

What version of the product are you using? On what operating system?
Version 0.6.2 in IE only.

Please provide any additional information below.
The code below should be changed to button === 2

onIEMouse: function() {
        if (event.button > 1) {

Original issue reported on code.google.com by scottmat...@gmail.com on 11 Feb 2011 at 8:18