bug #4051 Wrong tabindex when inserting rows

This commit is contained in:
Marc Delisle 2013-08-24 07:43:05 -04:00
parent c1fbdc5648
commit 76e76a09eb
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog
- bug #4054 query analysis doesn't launch in status monitor
+ Add pmahomme icon credits (FamFamFam silk icon set)
- bug #4064 Table structure statistics "Space usage" caption too small for l10n
- bug #4051 Wrong tabindex when inserting rows
4.0.5.0 (2013-08-04)
- bug #3977 Not detected configuration storage

View File

@ -466,7 +466,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')
$('.textfield, .char')
.each(function() {
tabindex++;
$(this).attr('tabindex', tabindex);