#3657: 'Select All' result in content change
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:  garry.yao   
     Type:  Bug            |      Status:  new         
 Priority:  High           |   Milestone:  CKEditor 3.0
Component:  Core : Styles  |     Version:              
 Keywords:  Confirmed      |  
---------------------------+------------------------------------------------
 === Reproducing Procedures ===
  1. Open  the ''replace by class'' example page in FF with the following
 content;
 {{{
 <ul><li>item</li></ul>
 }}}
  1. Click on 'Select All' button, after this step, the selection now is
 actually as:
 {{{
 ^<ul><li>item</li></ul>^
 }}}
   * Expected Result: The document content remain unchanged.
   * Actual Result: There's an paragraph established before the list:
 {{{
 <p>
         <br />
 </p>
 <ul>
         <li>
                 item</li>
 </ul>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3657>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to