﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9946	Tableresize tools try to resize tables outside of the editor	Michiel Overeem		"The tableresize plugin does not check if the table is part of the current contenteditable element.

The workaround is to add the following line to the mousemove eventhandler:

{{{
if(!table || table.getAscendant(""div"", 1).$ != b.element.$)
  return;
}}}
"	Bug	closed	Normal		General	4.0 Beta	duplicate		
