Opened 10 years ago
Closed 10 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 10 years ago by
Summary: | IE, setting autoParagraph to false doesn't wark → IE, setting autoParagraph to false doesn't work |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Keywords: | IE9 autoParagraph removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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
apparantly it depends on the enterMode, if it's div it seems to work..