Opened 11 years ago

Closed 11 years ago

#9617 closed Bug (invalid)

IE, setting autoParagraph to false doesn't work

Reported by: alissa Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

setting autoParagraph to false doesn't really affect IE9 (didn't test other IE versions)

Change History (3)

comment:1 Changed 11 years ago by alissa

Summary: IE, setting autoParagraph to false doesn't warkIE, setting autoParagraph to false doesn't work

comment:2 Changed 11 years ago by alissa

apparantly it depends on the enterMode, if it's div it seems to work..

comment:3 Changed 11 years ago by Jakub Ś

Keywords: IE9 autoParagraph removed
Resolution: invalid
Status: newclosed

As written in documentation autoParagraph option decides "Whether automatically create wrapping blocks around inline contents inside document body"
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.autoParagraph.

It works in every browser. It is used with enter modes DIV and P (there is no need to use it with BR). You can see the result by E.g. typing something in Source mode and switching to WYSIWYG - contents will not get wrapped in Div or P.

This however doesn't override enter mode or doesn't block all ways to enter paragraph in editor. If you don’t want to use paragraphs on enter please use enter mode set to div or BR. http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode

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