The right button works fine, you have to test for it on mousedown. Here is what I do to pop up a debug window if user does a Ctrl-Right-Click:

obj.addEventListener('mousedown', function(e){if ((e.getButton() == "right") && ( e.getCtrlKey() == true)) showDebugWindow();});

Jim
 
 
-------Original Message-------
 
Date: 05/10/06 08:31:25
Subject: [qooxdoo-devel] Right button Mouse
 
Hello,
 
I try to use qooxdoo.
But the right button is not actived.
 
Is it possible to active it.
 
Thank you
 
 
 
 
 
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
_______________________________________________
Qooxdoo-devel mailing list

Reply via email to