﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4738	Inserting table inside bold/italic/underline generates error on ENTER_BR mode	pomu0325	Garry Yao	"It happens on IE and FF. Chrome seems to work fine. It seems to happen when the breadcrumb points 'body strong', and NOT happen when 'body p strong'. 

=== steps to reproduce ===
 * Edit config.js to enable ENTER_BR mode.
{{{
config.enterMode = CKEDITOR.ENTER_BR;
}}}
 * Open any sample page.
 * Goto source mode, and remove all texts.
 * Back to WYSIWYG mode, type some text.
 * Click B/I/U icon from toolbar.
 * Click Table icon from toolbar.
 * Press OK.
 * Then, javascript error occurs at elements.js(l.201), and typed text will cleared.
  * Error says: 'this.$ is null or not an object' (translated)
"	Bug	closed	Normal	CKEditor 3.1	General	3.0.1	fixed	Confirmed Review+	pomu@…
