>
>
> Regards,
> Jonathan
>
> -Original Message-
> From: [EMAIL PROTECTED] on behalf of simoms
> Sent: Fri 7/18/2008 3:56 AM
> To: qooxdoo-devel@lists.sourceforge.net
> Subject: Re: [qooxdoo-devel] selection text on straight HTML
>
> also I want to know
: [qooxdoo-devel] selection text on straight HTML
also I want to know the detail with alex said " if you dynamically remove
the CSS property at
the body element the text inside the HtmlEmbeds are selectable"
<>
Thanks alex and detailed information,
Is the only method using Firebug extension? I am not prefer this, because
impossible need user to do that. any javascript or method can I do with
enable selection?
also I want to know the detail with alex said " if you dynamically remove
the CSS property at
Hi Simon,
the reason for this behaviour is the CSS property "MozUserSelect" which
is set by several widgets (including the table, exactly the default
headerRenderer class) to "none". It seems, that Gecko is setting the
property at the body element (-> "-moz-user-select:none") and this
prevents
In the page, I only add the qooxdoo component in the div, and using
qx.ui.basic.Inline add it to existing html.
the page similar as http://www.fitnesswelt.com/fitness-shop/
but the problem is when using qooxdoo, the selection and copy function is
disabled. I need to active the selection and mou