#3635: Create list on whole paragraph incorrect
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:              
     Type:  Bug            |      Status:  new         
 Priority:  Normal         |   Milestone:  CKEditor 3.1
Component:  Core : Styles  |     Version:              
 Keywords:  Confirmed      |  
---------------------------+------------------------------------------------
 === Reproducing Procedures ===
  1. Open  the ''replace by class'' example page, load the document with
 the following content with selection;
  {{{
  <p>
         ^paragraph1</p>
  <p>
         paragraph2</p>
  }}}
  1. Click on 'p' item on the elements path bar to fully select the first
 paragraph;
  1. Click on 'Numbered List' button to convert it to list;
   * Expected Result :
   {{{
 [<ol>
         <li>
                 paragraph1<br />
         </li>
 </ol>]
 <p>
         paragraph2</p>
   }}}
   * Actual Result : There's an empty paragraph created above it.
   {{{
 <p>
         <br />
 </p>
 [<ol>
         <li>
                 paragraph1<br />
         </li>
 </ol>]
 <p>
         paragraph2</p>
         }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3635>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to