Re: [qooxdoo-devel] selection text on straight HTML

2008-07-21 Thread simoms
> > > 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

Re: [qooxdoo-devel] selection text on straight HTML

2008-07-18 Thread Jonathan Rass
: [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" <>

Re: [qooxdoo-devel] selection text on straight HTML

2008-07-17 Thread simoms
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

Re: [qooxdoo-devel] selection text on straight HTML

2008-07-17 Thread Alexander Back
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