#3411: Pressing bold in middle of bold line unbolds entire line
-------------------------+--------------------------------------------------
 Reporter:  highjinx_53  |       Owner:                
     Type:  Bug          |      Status:  new           
 Priority:  Normal       |   Milestone:                
Component:  General      |     Version:  SVN (CKEditor)
 Keywords:               |  
-------------------------+--------------------------------------------------
 Steps to reproduce:
  * Open replace by class example.
  * Start with the following source:
 {{{
 <p>
         <b>This is a ^bold line.<br />
         </b></p>
 }}}
  * Press the bold button
  * Expected result:
 {{{
 <p>
         <b>This is a </b>^<b>bold line.<br />
         </b></p>
 }}}
  * Encountered result:
 {{{
 <p>
         This is a bold line.<br />
         </p>
 }}}

 Both Microsoft Word and Google Docs work correctly. Additionally, when
 doing the opposite (going from normal to bold), CKEditor works correctly.

 This can be reproduced in any of the nightly samples.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3411>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to