From 2348fb8eb9ec1297a2588a23cf3447c5374bcb21 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 22 Feb 2013 09:15:43 -0500 Subject: Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing focus. --- ui/jquery.ui.spinner.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/jquery.ui.spinner.js') diff --git a/ui/jquery.ui.spinner.js b/ui/jquery.ui.spinner.js index c14ef9370..644b65239 100644 --- a/ui/jquery.ui.spinner.js +++ b/ui/jquery.ui.spinner.js @@ -102,6 +102,7 @@ $.widget( "ui.spinner", { return; } + this._stop(); this._refresh(); if ( this.previous !== this.element.val() ) { this._trigger( "change", event ); -- cgit v1.2.3