BJörn Lindqvist schrieb:
On a normal webpage you can select some text, right click and copy it. That action does not seem to work on text on Qooxdoo widgets. In both Firefox and Internet Explorer nothing happens when you right-click. Selecting text and pressing ctrl+c seem to work though. Can this problem be fixed in Qooxdoo?
Just a property of qooxdoo's event manager as was explained already. The reason is that normally applications shouldn't present the default browser's context menu, as the application could have it's own. This is not a problem nor bug. ;)
On a related note, in Internet Explorer, you can't "drag" text selections on Qooxdoo widgets. Instead it seems like you can only select text by double-clicking on words. And for some reason, text in some Qooxdoo widgets, like QxAtom cannot be selected at all. Very odd.
This is not a problem "which can be fixed". It was our intention to have this behavior. Normally the text of GUI elements is not selectable, this is the same for the most native applications, too. You can't disable this in typical advanced qooxdoo widgets like menubuttons, toolbarbuttons, etc. However you can try to modify the property "selectable" to true.
Sebastian
-- mvh Björn ------------------------------------------------------- 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 http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------- 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 http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel