#3240: Font style not correct with existed style
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 When inline style is applied, it should always create at the possible
 outmost, with selection enlarged.
 === Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the content along with selection as below by double click 'text':
 {{{
 <b><i>^text^</i></b>
 }}}
 1. Click on 'Font' to open combo and select 'Arial' option;
   * Expected Result:
 {{{
 <p>
         <span style="font-family: Arial,Helvetica,sans-
 serif;"><b><i>text</i></b></span></p>
 }}}
   * Actual Result: An JavaScript Error thrown;
 {{{
 <p>
         <b><i><span style="font-family: Arial,Helvetica,sans-
 serif;">text</span></i></b></p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3240>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to