#3730: Indent and BR selections ---------------------+------------------------------------------------------ Reporter: damo | Owner: Type: Bug | Status: new Priority: Normal | Milestone: CKEditor 3.0 Component: General | Version: Keywords: IBM | ---------------------+------------------------------------------------------ When selecting text that uses <BR> for line separation, the indent feature bleeds the selection to the containing <P>. So that this: {{{ <div> test 1<br /> test 2<br /> test 3<br /> test 4<br /> test 5<br /> </div> }}} becomes this; {{{ <div style="margin-left: 40px;"> test 1<br /> test 2<br /> test 3<br /> test 4<br /> test 5<br /> </div> }}}
irrespective of how many lines of text were selected. The expected behavior would be to indent only the selected text. E.g. if line 3 & 4 were selected the result could be: {{{ <div> test 1<br /> test 2<br /> <div style="margin-left: 40px;"> test 3<br /> test 4<br /> </div> test 5<br /> </div> }}} -- Ticket URL: <http://dev.fckeditor.net/ticket/3730> FCKeditor <http://www.fckeditor.net/> The text editor for Internet ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ FCKeditor-Trac mailing list FCKeditor-Trac@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fckeditor-trac