From: Edward Date: Wed, 8 Aug 2018 08:48:01 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=651fd10d9c87c309fd996a822537e90ee8ba64b4 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 3950538e4b..726dd5c81d 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -309,7 +309,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } if (this.pressed === true || this.pressed === false) { - this.toggleActive(); + this.toggleActive(e); } @@ -345,9 +345,10 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { /** * toggles the current active state */ - toggleActive : function() + toggleActive : function(e) { - this.setActive(this.pressed); + this.setActive(!this.pressed); + this.fireEvent('toggle', this, e, !this.pressed); }, /** * get the current active state