#6945 closed Bug (duplicate)
Pasted blocks doesn't split inline element
Reported by: | Daniel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | |
Keywords: | IE | Cc: | vedmack@… |
Description
This bug can be reproduced even in the online demo website of ckeditor 1) write the three line of text for example: a b c 2) underline the first row (you can use the ctrl+u) 3)select the three line of text and paste it over immediately (you can do ctrl+c ctrl+v as a result of the copy paste
as a result of the above operations the text will be shiffted down couple of lines and all the line will become underlined...
here are the screen shots
http://img543.imageshack.us/img543/7017/ckeditorbug1.jpg http://img529.imageshack.us/img529/6911/ckeditorbug2.jpg
from this moment the underline/bold (maybe other functions as well) wont work anymore on the text and most of the time if you will try to play with the styles(underline/bold) a js will be thrown.
Regards,
Daniel.
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → Core : Pasting |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Summary: | Paste of text over selected and already styled text applys the style to the pasted text + js errors(happens in IE 8) → Pasted blocks doesn't split inline element |
---|
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Oops, we've already have one shot, see #5756.
comment:4 Changed 14 years ago by
I looked at the http://dev.ckeditor.com/ticket/5756 , it was opened 7 months ago...
are there any plans to fix it in the near future? cause for me its most common usage of the ckeditor , paste styled text over another styled text...
Regards
Daniel.
A simplified TC:
Being a IE bug for years (any pasted block will not split up inline elements), we'll need a post-fixing solution if not having #5309.