diff --git a/www/common/common-history.js b/www/common/common-history.js index b82c60f23..e006210a6 100644 --- a/www/common/common-history.js +++ b/www/common/common-history.js @@ -146,7 +146,10 @@ define([ 'type' : 'number', 'min' : '1', 'max' : states.length - }).val(c + 1).appendTo($nav); + }).val(c + 1).appendTo($nav).mousedown(function (e) { + // stopPropagation because the event would be cancelled by the dropdown menus + e.stopPropagation(); + }); var $label = $('