Re: [qooxdoo-devel] CheckBox mshtml

2007-11-09 Thread thron7
> 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

Re: [qooxdoo-devel] CheckBox mshtml

2007-11-06 Thread Klaus Ellinger
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

[qooxdoo-devel] CheckBox mshtml

2007-11-06 Thread Klaus Ellinger
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