From baecb782e571ce952814870949bbf6930d3fb55d Mon Sep 17 00:00:00 2001 From: Aayush Anand Date: Thu, 13 Mar 2014 10:19:59 -0400 Subject: [PATCH] Fix bug #3991 Signed-off-by: Marc Delisle --- js/functions.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/functions.js b/js/functions.js index f577849ca0..6953668323 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3838,6 +3838,11 @@ AJAX.registerOnload('functions.js', function () { $('#createViewDialog').find('input, select').live('keydown', function (e) { if (e.which === 13) { // 13 is the ENTER key e.preventDefault(); + + // with preventing default, selection by