[Proto-Scripty] Re: Opera Ctrl + click observing

2008-12-12 Thread T.J. Crowder
Hi, Can you post a *minimalist* example demonstrating the problem to Pastie? http://pastie.org -- T.J. Crowder tj / crowder software / com On Dec 12, 9:57 am, Rauan Maemirov rauan1...@gmail.com wrote: Hi list. I'm trying to prevent Opera's image save dialog when clicking Ctrl + mouseclick.

[Proto-Scripty] Re: Opera Ctrl + click observing

2008-12-12 Thread T.J. Crowder
Hi, You'll probably need to have that code wrapped in a dom:loaded handler or something for it to find the elements reliably. But even doing that, I'm not immediately having any success preventing Opera's default action. I tried hooking events on the image itself (rather than a parent) just in