#4195: Inline quotion style problematic
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:              
     Type:  Bug            |      Status:  new         
 Priority:  Normal         |   Milestone:  CKEditor 3.1
Component:  Core : Styles  |     Version:              
 Keywords:                 |  
---------------------------+------------------------------------------------
 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>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4195>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to