#2767: plug-in:basicstyle incorrect style range detection
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:  garry.yao   
     Type:  Bug            |      Status:  assigned    
 Priority:  Normal         |   Milestone:  CKEditor 3.0
Component:  Core : Styles  |     Version:  SVN         
 Keywords:  Confirmed      |  
---------------------------+------------------------------------------------

Comment(by garry.yao):

 Test cases created with :

 1. Test select start partial in a bold style and end in non-style.
   * Original document:
 {{{

 <p> level1<strong>le^vel2</strong>lev^el1</strong></p>

 }}}
  * Reference results
   * FCKEditor2.6.3 [[BR]]  Bold style command status in ''on'', element
 path is ''p -> strong''
   * TinyMCE3.2.1 [[BR]] Bold style command status in ''off'', element path
 is ''p''
  * Expected Result [[BR]] Bold style command status in ''off'', element
 path is ''p''

 1. Test select start partial in a bold style, select through non-style
 texts and  end in bold style.
   * Original document:
 {{{

 <p>
 level1<strong>le^vel2</strong>level1<strong>le^vel2</strong></strong></p>

 }}}
  * Reference results
   * FCKEditor2.6.3 [[BR]]  Bold style command status in ''on'', element
 path is ''p -> strong''
   * TinyMCE3.2.1 [[BR]] Bold style command status in ''off'', element path
 is ''p''
  * Expected Result [[BR]] Bold style command status in ''off'', element
 path is ''p''

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2767#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to