Opened 15 years ago
Closed 15 years ago
#7817 closed Bug (fixed)
autoParagraph doesn't work for input html
| Reported by: | Garry Yao | Owned by: | Garry Yao | 
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6 | 
| Component: | Core : Output Data | Version: | 3.6 | 
| Keywords: | Cc: | 
Description
- Keep autoParagraph set to false;
 - Load the following in editor:
<p>text</p> <img src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" /> <p>text</p>
 
- Actual Result: The image is wrapped with paragraph.
 
Attachments (1)
Change History (4)
Changed 15 years ago by
| Attachment: | 7817.patch added | 
|---|
comment:1 Changed 15 years ago by
| Owner: | set to Garry Yao | 
|---|---|
| Status: | new → review | 
comment:2 Changed 15 years ago by
| Status: | review → review_passed | 
|---|
comment:3 Changed 15 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | review_passed → closed | 
Fixed with [6873].

The patch turns off the auto paragraph feature for parser, while it would be awersome if we can have some support on enter key also, but that doesn't looks like a easy to have one, leaving it to next release.