If use plugin "divarea", the document is the main window's document dom... so, every table can be resized by this, eg: dialog...
I change the code Line 352 ( " editor.document.getBody().on( 'mousemove', func..... " ) to "editor.container.on( 'mousemove', func..... ", is ok.
But I have not tested it without "divarea".