﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11179	editor.destroy() does not cleanup content generated by TableResize plugin for inline editors	Teresa Monahan	Piotr Jasiun	"To Reproduce:
- Copy inline_destroy.html (attached) into a build where the tableresize plugin is available and open it in a browser.
- Click inside the editor and resize a table column (or hover over the column boundaries so that the resizer icon is displayed).
- Inspect the HTML for the page and see that the tableresize plugin has added an element, e.g.

{{{<div contenteditable=""false"" style=""position: absolute; cursor: col-resize; opacity: 0; padding: 0px; background-color: rgb(0, 0, 68); background-image: none; border: 0px none; z-index: 10; width: 3px; height: 49px; left: 272px; top: 213.867px; display: none;"" unselectable=""on"" data-cke-temp=""1""></div>
}}}[[BR]]

- Click the 'Destroy Editor' button.[[BR]]

'''Problem:''' Inspect the HTML for the page again and see that the element added by the tableresize plugin is still present.

If you then click the 'Create Inline Editor' button to recreate the editor, and resize a table column again, the tableresize plugin adds a new element to the DOM. The old element is redundant and should be removed from the DOM when the editor is destroyed - see attached tableresize_destroy.gif."	Bug	closed	Normal	CKEditor 4.3.1	General	4.0 Beta	fixed	IBM	Satya Minnekanti Irina peter
