Hi Alex, this is not acceptable, as we loose the possibility to select the text. If I create a simple HTML page with an "input" element ( type=text ) in it, or load www.google.com for example, you can select the text, but when you try to drag it - drop is not possible ( mouse cursor is changed too to nodrop ) inside the page. This is the behavior of qooxdoo 1.0 too, that allows selection. But in 0.7.4 the "allow drop" is enabled somehow. How to prevent this?
Best, Ivan On 03/08/2010 6:07 PM, Alexander Steitz wrote: > Hi Ivan, > > On Monday March 8 2010 16:13:18 Ivan Furnadjiev wrote: > >> Hi all, >> >> we are using qooxdoo 0.7.4 and we are experiencing the following problem >> in Firefox. Trying to drag/drop the selected text from the TextField >> widget causes browser to load it as URL. This behavior can be reproduced >> with qooxdoo 0.7.4 demo browser - >> http://demo.qooxdoo.org/0.7.4/demobrowser/#example~Fields_1.html. This >> problem does not exist in qx 1.0. Any help how to fix it will be welcomed. >> > You can set the "selectable" property to "false" > > http://demo.qooxdoo.org/0.7.4/apiviewer/#qx.ui.form.TextField~selectable > > at the textfield widget to avoid any user selection. And this is also the > drawback: no user selection is possible anymore. > > cheers, > Alex > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
