Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
1792dbaab7
@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog
|
||||
- Fix PHP 7 possible binding ambiguity
|
||||
- issue #11326 Exported schema includes all the tables of the database
|
||||
- issue #11339 Results not displayed if query ends in delimiter and comment
|
||||
- issue #11320 Live edit of data fields is not working always
|
||||
|
||||
4.4.12.0 (2015-07-20)
|
||||
- bug Saved chart image does not have a proper name or an extension
|
||||
|
||||
@ -791,7 +791,7 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
$checkbox.prop('checked', false);
|
||||
});
|
||||
} else {
|
||||
$(g.cEdit).on('keypress change', '.edit_box', function (e) {
|
||||
$(g.cEdit).on('keypress change paste', '.edit_box', function (e) {
|
||||
$checkbox.prop('checked', false);
|
||||
});
|
||||
// Capture ctrl+v (on IE and Chrome)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user