Opened 9 years ago

Closed 9 years ago

#12787 closed Bug (invalid)

Too many unwanter style

Reported by: bunny.hu Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version:
Keywords: Cc:

Description

I just realized so many times unwanted style-s in the text. For example line-height in random placer (most after paste even if I using paste as plain text). Or after a simple url copy I got 2 line long style with link color, background, font family, style etc just like Word paste in the past (But I NEVER using paste from word!). This editor turning a monster and I spend more and more time to clear the code in SOURCE mode than ever. In the past (v2) I had never this kind of problem. So please, turn back from this wrong way to the simple way. Win 7, Chrome, ckeditor 4.4.6

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.4.6

So please, turn back from this wrong way to the simple way. Win 7, Chrome, ckeditor 4.4.6

Thigs you have mentioned are most likely not ours but Chrome fault.

  1. The line-height problem happens on backspace/delete - http://dev.ckeditor.com/ticket/11553, http://dev.ckeditor.com/ticket/9998
  2. There are also inline wrappers added on cut/paste - http://dev.ckeditor.com/ticket/10156
  3. We plan to fix these issues in CKEditor 4.5 once we start using our own selection (http://dev.ckeditor.com/ticket/7828#comment:3) and stop letting chrome intercept paste event (e.g. http://dev.ckeditor.com/ticket/12764#comment:4)

NOTE: if by any chance you are talking about classes that CKEditor adds e.g. cke-... then please note that CKEditor needs them to work correctly and that they are removed one you switch to source or get HTML with getData method.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy