Ticket #4573 (closed Bug: fixed)

Opened 5 months ago

Last modified 4 months ago

Ignore empty paragraph doesn't work with config.enties = false;

Reported by: matti Owned by: garry.yao
Priority: Normal Milestone: CKEditor 3.1
Component: Core : Output Data Version: 3.0.1
Keywords: Confirmed Review+ Cc:

Description

If

config.entities = false;
config.ignoreEmptyParagraph = true;

Click editor area. > Empty paragraph gets created. > Change to source view. > Paragraph exists > change back to wysiwyg.

Submit form in wysiwyg mode and the empty paragraph exists in submitted data (since paragraph ends with   character not html entity).

Attachments

4573.patch Download (0.7 KB) - added by garry.yao 5 months ago.

Change History

Changed 5 months ago by garry.yao

  • keywords Confirmed added; htmlwriter removed
  • milestone changed from CKEditor 3.x to CKEditor 3.1

Nice catch ;)

Changed 5 months ago by garry.yao

Ticket Test added at :  http://ckeditor.t/tt/4573/1.html.

Changed 5 months ago by garry.yao

Changed 5 months ago by garry.yao

  • keywords Review? added
  • owner set to garry.yao
  • status changed from new to assigned

Changed 4 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 4 months ago by garry.yao

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [4446].

Note: See TracTickets for help on using tickets.