#2768: plug-in:basicstyle all basic styles unable to apply reversely
-------------------------------+--------------------------------------------
 Reporter:  garry.yao          |       Owner:  garry.yao   
     Type:  Bug                |      Status:  assigned    
 Priority:  Normal             |   Milestone:  CKEditor 3.0
Component:  Core : Styles      |     Version:  SVN         
 Keywords:  Confirmed Review-  |  
-------------------------------+--------------------------------------------

Comment(by garry.yao):

 Two test cases added according to Martin's reviewing:[[BR]]
 1. Test merge siblings after reverse apply styles. ( in case of removed
 tags )
   * Original document:
 {{{
 <p><b><em>level2</em></b><b><em>level2</em></b></p>
 }}}
   * Reference results
    * FCKEditor2.6.3
 {{{
 <p><b>level2</b><b>level2</b></p>
 }}}
    * TinyMCE3.2.1
 {{{
 <p><strong>level2</strong><strong>level2</strong></p>
 }}}
   * Expected Result
 {{{
 <p><b>level2level2</b></p>
 }}}


 2. Test merge siblings after reverse apply styles. ( in case of normalized
 text nodes)
   * Original document:
 {{{
 <p><strong>level1<em>level2</em></strong><em>level1</em></p>
 }}}
   * Reference results
    * FCKEditor2.6.3
 {{{
 <p><strong>level1</strong><strong>level2</strong>level1</p>
 }}}
    * TinyMCE3.2.1
 {{{
 <p><strong>
 level1<strong>le</strong></strong>vel2le<strong><strong>vel2</strong>
 </strong></p>
 }}}
   * Expected Result
 {{{
 <p><strong>level1level2</strong>level1</p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2768#comment:9>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to