|
Here's
the line in events.js to fix....it occurs twice in the file.
if (is.ie5)
this.elm.oncontextmenu=function() {return false};
I
changed it to return true, seems to have worked!
-
Abre
Copied from the dev list (please use the correct
list)
This was Jordi's answer last time
round:
Open events.js and search for something like
oncontextmenu =
?
comment it out
I found it by going
here:
and typing "right click" in the search
window.
Cheers, Richard Bennett
I am using the dynapi.gui.scrollpane on
a page yet I would still like to be able to access the context menus in IE
(eg
"save image as") on normal images The event listener
code seems to inhibit this.
The image I wish to be able to access is
"<DIV
ID="imgDiv"><IMG SRC="../tbh_getImage/1,1815,4171_2,00.jpg">"
if I add a onClick tag it is caught, but a right click isnt.
Is there anyway to "pass" the event from the api back up to the
browser?
Thanks,
Scott
|