#4344: Successive <br>s get lost
-----------------------+----------------------------------------------------
 Reporter:  fredck     |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.1
Component:  General    |     Version:  CKEditor 3.0
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 1. Load the following HTML:

 {{{
 <p>AAA<br />
 <br /></p>
 <p>XXX</p>
 }}}

  2. Move to wysiwyg view. Note that there is no extra line space between
 AAA and BBB. The BRs got already lost.

  3. Move to source. You have the following:

 {{{
 <p>
         AAA</p>
 <p>
         XXX</p>
 }}}

 Expected:

 {{{
 <p>
         AAA<br>
         &nbsp;</p>
 <p>
         XXX</p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4344>
CKEditor <http://ckeditor.com/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to