#345 closed Bug (invalid)
FckEditor inserts extra or <p> </p>
Reported by: | evangeline | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
In first senario, this html source: <p><span>test1</span></p> <p></p> <p><span>test2</span></p>
becomes this when toggling the Source button: <p><span>test1</span></p> <p> </p> <p><span>test2</span></p>
Another senario, this html source: <p>test1</p> <p><hr /> test2</p>
becomes this when toggling the Source button: <p>test1</p> <p> </p> <hr /> test2 <p> </p>
I read that someone reported simiar issue in early March (#202, #201) and this has been fixed on version 2.41. I am using 2.41 but still have this issue.
Any help would be greatly appreciated.
Change History (5)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
decinz is right. This is a feature. Just use FillEmptyBlocks to configure it, but I still recommend to leave it active.
comment:3 Changed 18 years ago by
using version 2.4.2 and configured FillEmptyBlocks but still happens
comment:4 Changed 18 years ago by
using version 2.4.2 and configured FillEmptyBlocks to false but still happens
comment:5 Changed 18 years ago by
Sorry... the second case was related to [202], which has been fixed (again) right now.
I ran into this issue too, but I think it's actually a html-tidying feature instead of a bug.
Setting the FillEmptyBlocks option in the config file to 'false' will disable this feature.