Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
3777e0a198
@ -573,7 +573,10 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
if (!g.isCellEditActive) {
|
||||
var $cell = $(cell);
|
||||
|
||||
if ($cell.is('.text')) {
|
||||
if (
|
||||
'string' === $cell.attr('data-type')
|
||||
|| 'blob' === $cell.attr('data-type')
|
||||
) {
|
||||
g.cEdit = g.cEditTextarea;
|
||||
} else {
|
||||
g.cEdit = g.cEditStd;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user