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: [email protected] Betreff: [qooxdoo-devel] CheckBox mshtml 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 = this.getElement(); vElement.checked = this.getChecked(); if (this.getEnabled()===false) { -------------- vElement.disabled = false; -------------- } }, "default" : qx.lang.Function.returnTrue }), I think it should be: vElement.disabled = false; lg Klaus Ellinger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
