From bd09b21bb872b957a13b5934ffd802e1fce6f611 Mon Sep 17 00:00:00 2001 From: starfighter83 Date: Wed, 2 Mar 2011 13:56:37 -0100 Subject: [PATCH] Fixes: Splitbuttons in edit template should only be activated on click Work Items: 30097 --- .../splitbutton/jquery.splitbutton.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/umbraco/presentation/umbraco_client/splitbutton/jquery.splitbutton.js b/umbraco/presentation/umbraco_client/splitbutton/jquery.splitbutton.js index 3b0e1a7bdf..d024edebcb 100644 --- a/umbraco/presentation/umbraco_client/splitbutton/jquery.splitbutton.js +++ b/umbraco/presentation/umbraco_client/splitbutton/jquery.splitbutton.js @@ -424,12 +424,14 @@ return false; }); var _c = null; - _a.bind("mouseenter.splitbutton", function () { - _c = setTimeout(function () { - _b(); - }, _8.duration); - return false; - }).bind("mouseleave.splitbutton", function () { +// _a.bind("mouseenter.splitbutton", function () { +// _c = setTimeout(function () { +// _b(); +// }, _8.duration); +// return false; +// }) + + _a.bind("mouseleave.splitbutton", function () { if (_c) { clearTimeout(_c); }