Opened 15 years ago
Closed 15 years ago
#4573 closed Bug (fixed)
Ignore empty paragraph doesn't work with config.enties = false;
Reported by: | Matti Järvinen | 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 (1)
Change History (6)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added; htmlwriter removed |
---|---|
Milestone: | CKEditor 3.x → CKEditor 3.1 |
Changed 15 years ago by
Attachment: | 4573.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Nice catch ;)