bug #3449659 [navi] Fast filter broken with table tree
This commit is contained in:
@@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB
|
||||
- bug #3306875 [edit] Can't rename a database that contains views
|
||||
- bug #3452506 [edit] Unable to move tables with triggers
|
||||
- bug #3449659 [navi] Fast filter broken with table tree
|
||||
|
||||
3.4.8.0 (2011-12-01)
|
||||
- bug #3425230 [interface] enum data split at space char (more space to edit)
|
||||
|
@@ -152,7 +152,7 @@ function fast_filter(value){
|
||||
if (value && $elem.html().toLowerCase().indexOf(lowercase_value) == -1) {
|
||||
$elem.parent().hide();
|
||||
} else {
|
||||
$elem.parent().show();
|
||||
$elem.parents('li').show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user