Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-08-05 15:45:52 +02:00
commit 1792dbaab7
2 changed files with 2 additions and 1 deletions

View File

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

View File

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