﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4195	Inline quotion style problematic	Garry Yao	Garry Yao	"Sometimes inline style should own '''priority''', style with higher priority should be applied at a more high level. Here's a concrete example[[BR]]

=== Reproducing Procedures ===
 1. Open the 'replace by class' sample page;
 1. Load the following content with selection:
 {{{
 <p>
 	<strong>[some</strong>test<strong>text]</strong></p>
 }}}
 1. Apple 'Line Quatation"" from 'Format' combo;
  * Actual Result:
{{{
<p>
	<strong>so<q>me</q></strong><q>test</q><strong><q>te</q>xt</strong></p>
}}}
  * Expected Result: The quatatoin style doesn't break into pieces
{{{
<p>
	<strong>so</strong><q><strong>me</strong>test<strong>te</strong></q><strong>xt</strong></p>
}}}
"	Bug	review_failed	Normal		Core : Styles	SVN (CKEditor) - OLD		Confirmed	
