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
Original issue reported on code.google.com by
scottmat...@gmail.com
on 11 Feb 2011 at 8:18