> I think it should be:
>
> vElement.disabled = true;
>
>
Yes, thanks Klaus, this was reported as a bug (712) and fixed yesterday
(r10767); nice analysis though :-).
=Thomas
-
This SF.net email is sponsored by: Splunk I
Sorry...
vElement.disabled = true;
:-)
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Klaus Ellinger
Gesendet: Dienstag, 06. November 2007 15:20
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] CheckBox mshtml
Hi,
I found a
Hi,
I found a little Problem with the "qx.ui.form.CheckBox". Disabling the
field only works in Firefox.
Class: qx.ui.form.InputCheckSymbol
Method: _afterAppear : qx.core.Variant.select("qx.client",
{
"mshtml" : function()
{
this.base(arguments);
var vElement = th