Opened 13 years ago

Closed 13 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

  1. Keep autoParagraph set to false;
  2. 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)

7817.patch (628 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Garry Yao

Attachment: 7817.patch added

comment:1 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: newreview

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.

comment:2 Changed 13 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:3 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6873].

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