Merge pull request #902 from vpowerrc/bug-#4272

#4272 Contest-4
This commit is contained in:
Marc Delisle 2014-02-08 10:38:44 -05:00
commit 65a56a8eb2

View File

@ -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);