From 1156b575a9cc335494db16d56f20b7271c84f160 Mon Sep 17 00:00:00 2001 From: Viduranga Wijesooriya Date: Sat, 8 Feb 2014 20:38:06 +0530 Subject: [PATCH] #4272 Contest-4 Signed-off-by: Viduranga Wijesooriya --- js/tbl_change.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tbl_change.js b/js/tbl_change.js index 3fff9b897f..e36cb2b4e0 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -479,7 +479,7 @@ AJAX.registerOnload('tbl_change.js', function () { // IMO it's not really important to handle the tabindex for // function and Null var tabindex = 0; - $('.textfield, .char') + $('.textfield, .char, textarea') .each(function () { tabindex++; $(this).attr('tabindex', tabindex);