Hi Dmitry, Dmitry Pryadkin wrote: > Gentleman, > > I have a custom qooxdoo object which hooks some nodes to itself using > DOM. And the user is unable to select them with the mouse. > How can I enable selection? It works If I don't embed it within qooxdoo. The problem is that the user selection for qooxdoo widgets is omitted. For e.g. Gecko browsers the CSS property "-moz-user-select" is set to "false" to omit any user selection.
To solve your problem can you provide us a small code snippet? Which framework version do you use? cheers, Alex ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
