#3399: Indenting multi-line paragraph indents entire paragraph
-------------------------+--------------------------------------------------
 Reporter:  highjinx_53  |       Owner:                
     Type:  Bug          |      Status:  new           
 Priority:  Normal       |   Milestone:                
Component:  General      |     Version:  SVN (CKEditor)
 Keywords:               |  
-------------------------+--------------------------------------------------
 * Open the replace by class example page.
  * Start with the following source:
 {{{
 <p>
 line 1<BR>
 ^line 2<BR>
 line 3<BR>
 </p>
 }}}
  * Press the indent button.
  * The middle line should be the only indented line, but all three lines
 are indented.

 This can be reproduced in the nightly samples once #3398 is fixed.

 I believe the solution is to create the following source on indent:
 {{{
 <p>
 line 1<BR>
 </p>
 <p style="text-indent: 18pt">
 ^line 2<BR>
 </p>
 <p>
 line 3<BR>
 </p>
 }}}

 Does this sound right? If so, I can look into fixing it.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3399>
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