Firefox FireEvent with button=2 (right) not working
Brought to you by:
jvmenen
basically i have this piece of code (where box is a div element).
This code if run on IE will work accordingly unfortunately with Firefox the event still recognized as left button (button = 0)
( i have the latest Watin n jssh for Firefox 3.6)
NameValueCollection prop = new NameValueCollection();
prop.Add("button", "2");
box.FireEvent("onmousedown", prop);
box.FireEvent("onmouseup", prop);
Sorry this report got closed. After inspection this indeed is a shortcoming in the FireFox implementation and needs to be fix.