Do not disable or enable the tooltip at this point, as the enclosing functions are called in situation where no tooltip has been initialized
This commit is contained in:
parent
8df91626c8
commit
0d8cb72fe9
@ -127,7 +127,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
objTop: objPos.top,
|
||||
objLeft: objPos.left
|
||||
};
|
||||
$(t).find('th.draggable').tooltip('disable');
|
||||
|
||||
$('body').css('cursor', 'move');
|
||||
$('body').noSelect();
|
||||
@ -227,7 +226,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
}
|
||||
$('body').css('cursor', 'inherit');
|
||||
$('body').noSelect(false);
|
||||
$(t).find('th.draggable').tooltip('enable');
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user