bug #4051 Wrong tabindex when inserting rows
This commit is contained in:
parent
c1fbdc5648
commit
76e76a09eb
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user