#3356: Ident problem with pseudo block
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 === Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content along with selection:
 {{{
         ^<div>
             text
             <p>
                 paragraph
             </p>
         </div>^
 }}}
 1. Click on 'Increase Indent' command;
   * Expected Result:
 {{{
         <div style="margin-left: 40px;">
             <p>
                 text
             </p>
             <p>
                 paragraph
             </p>
         </div>
 }}}
   * Actual Result: Javascript error thrown.
 {{{
         <div>
             <p>
                 text
             </p>
             <p>
                 paragraph
             </p>
         </div>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3356>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to