﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7944	Enterkey in table caption	Garry Yao	Garry Yao	"Enter key should NOT use paragraph as line break inside table caption. 
 1. Load the following content with enter set to paragraph mode;
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" >
					<caption>table caption</caption>
					<tbody><tr><td>cell</td></tr></tbody>
				</table>
}}}
 1. Put cursor in caption and press enter;
  * Expected Result: a BR line break is created;
  * Actual Result: Paragraphs are instead created;
"	Bug	closed	Normal	CKEditor 3.6.1	UI : Enter Key	3.0	fixed		satya_minnekanti@…
