Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
833a6e04db
@ -94,6 +94,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
|
||||
|
||||
@ -807,7 +807,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