Opened 17 years ago
Closed 16 years ago
#2154 closed Bug (duplicate)
Empty editor submits "<p> </p>" when ProcessHTMLEntities is false
Reported by: | Geir Helge Tjøstolvsen-Schmidt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6 |
Keywords: | Confirmed | Cc: |
Description
How to reproduce:
- Set FCKConfig.ProcessHTMLEntities to false and let the editor be empty at start up
- Load the editor
- Switch to source view and observe that the source is "<p> </p>" or submit and you'll get the same result.
Is this intentionally? We can't let the FCKConfig.ProcessHTMLEntities be true because our Norwegian characters will be processed and unsearchable (unless we do some post processing).
Reproduced in Firefox 2.0.0.14 on Ubuntu and IE 7 on MS Vista.
Expected result: Empty post as when FCKConfig.ProcessHTMLEntities is true.
Confirmed using FCKeditor 2.6 and the latest SVN version in FF2 and IE.