Ticket #4573 (closed Bug: fixed)
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
Change History
comment:1 Changed 4 years ago by garry.yao
- Keywords Confirmed added; htmlwriter removed
- Milestone changed from CKEditor 3.x to CKEditor 3.1
comment:2 Changed 4 years ago by garry.yao
Ticket Test added at : http://ckeditor.t/tt/4573/1.html.
Note: See
TracTickets for help on using
tickets.

Nice catch ;)