Opened 11 years ago

Last modified 11 years ago

#10537 closed Bug

In 4.1.2 config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P; <p> tag remove — at Initial Version

Reported by: dilip Owned by:
Priority: Normal Milestone: CKEditor 4.1.3
Component: General Version: 4.1
Keywords: Cc:

Description

If your editor is configure in following mode then <P> tags are remove with single <br>. it should not replace <p> which we add by shift enter and if it is so then i want to replace it with double <br>.

config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P;

Change History (0)

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