Opened 15 years ago
Closed 15 years ago
#3439 closed Bug (fixed)
IgnoreEmptyParagraphValue has no effect if ProcessHTMLEntities is false
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.5 |
Component: | General | Version: | FCKeditor 2.6.4 |
Keywords: | Confirmed Review+ | Cc: | Jagadeesh.Motamarri@… |
Description
If setting ProcessHTMLEntities to false, empty paragraphs are filled with the   entity, instead of . Because of this, IgnoreEmptyParagraphValue is having no effect, and an empty editor outputs:
<p> </p>
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 3439.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Summary: | IgnoreEmptyParagraphValue has not effect is ProcessHTMLEntities is false → IgnoreEmptyParagraphValue has no effect if ProcessHTMLEntities is false |
Fixed with [3455].