X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=24d5a987722392a350a5d1dcc2005c8dd170e3dc;hp=11fff8495ebd3d6fe40c2a1e0a6c994a2e9214ad;hb=00d29b20df5ed2be31bdfa9cb82a33963b96a0f0;hpb=6e681b28ffbcdc9de88b59bcc3755aefd6dc83f9 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 11fff8495e..24d5a98772 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -1354,6 +1354,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { { this.disabled = false; this.el.removeClass('disabled'); + this.el.dom.removeAttribute("disabled"); }, /** @@ -1363,6 +1364,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { { this.disabled = true; this.el.addClass('disabled'); + this.el.attr("disabled", "disabled") }, /** * sets the active state on/off,