thron7 wrote:
Also, I can have the native context menu for a label, but I'm not
able to select it even if I set it as selectable and rich. I'm on
firefox 3.0.14.
On the rich label, selectable and native context menu work just fine,
I just re-tested the demo in ff 3.0.14. For the normal label, see my
reply to Ilkka.
Thanks for the pointers :)
I did this:
APPROOT = this.getRoot();
var l = new qx.ui.basic.Label("<b>I'm bold!!!</b>")
l.setSelectable(true);
l.setRich(true);
l.setNativeContextMenu(true);
APPROOT.add(l, {top:20, left: 20});
Now, I can right click and select all in ff 3.0.14, but if I right click
again to copy the label value, the selection goes away and no menu with
copy is shown. Also, I expected to be able to select the text using the
mouse, instead of right-click, then select all.
Is this the expected behavior?
I'm able to do it in the textfield and textarea, but not in label and
atom, rich or not rich, selectable or not selectable.
cheers,
skar.
--
--
The life so short, the craft so long to learn.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel