#3786: Copying / pasting in IE creates font tags
---------------------+------------------------------------------------------
 Reporter:  wwalc    |       Owner:                
     Type:  Bug      |      Status:  new           
 Priority:  Normal   |   Milestone:  CKEditor 3.0  
Component:  General  |     Version:  SVN (CKEditor)
 Keywords:           |  
---------------------+------------------------------------------------------
Description changed by wwalc:

Old description:

> Steps to reproduce:
>
> 1. Create two paragraphs
> {{{
> This is some sample text.
>
> This is some sample text.
> }}}
>
> 2. If you make the first line bold and green, select "some" and paste it
> in the second line, you'll get:
>
> {{{
> <p>
>         This is <strong><font color="#008000">some </font></strong>some
> sample text.</p>
> }}}

New description:

 Steps to reproduce:

 1. Create two paragraphs
 {{{
 This is some sample text.

 This is some sample text.
 }}}

 2. If you make the first line green, select some text and paste it in the
 second line, you'll get:

 {{{
 <p>
         This is <font color="#008000">some </font>some sample text.</p>
 }}}

--

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3786#comment:1>
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

Reply via email to