Hi Sebastian,
here is some test code ... it does not work
the -moz-user-select: remains set to none ...
cheers
tobi
qx.Class.define("selecttest.Application",
{
extend : qx.application.Standalone,
members :
{
main : function()
{
this.base(arguments);
var label = new qx.ui.basic.Label("Hello").set({
rich: true, cursor: 'text', selectable: true});
var doc = this.getRoot();
doc.add(label, {left: 100, top: 50});
}
}
});
if I do
Sunday Sebastian Werner wrote:
> Hi Tobias,
>
> please try to add:
>
> setRich(true);
>
> as well. In Firefox we normally use a XUL-based label (for ellipsis-
> support) and this label is not selectable natively.
>
> Hope this works.
>
> Sebastian
>
>
>
> Am 19.10.2008 um 00:49 schrieb Tobias Oetiker:
>
> > Hi,
> >
> > I would like to have some lable text selectable so that users can
> > mark it for copy.
> >
> > I tried setSelectable on a label but this does not seem to have any
> > effect at all.
> >
> > please advise
> > tobi
> >
> >
> > --
> > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 775 9902 / sb: -9900
> >
> > -------------------------------------------------------------------------
> > 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
>
>
> -------------------------------------------------------------------------
> 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
>
>
--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 775 9902 / sb: -9900
-------------------------------------------------------------------------
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