If somebody creates an empty paragraph, and apply formatting to it, this paragaph disappears when it is redisplayed. The reason is the generated code is "<p><font ..></font></p>" and the empty paragraph is not displayed. This problem is only on IE!
A simple way to reproduce it is :
- Create 3 paragraphs and leave the second empty (ex: from an empty editor, type 'A', 'Enter', 'Enter', 'B', 'Enter').
- Select the 3 paragraphs and change the police (for example to "Courrier New"). What you see is ok.
- Force the editor to redisplay the frame. This can be done by clicking "Source" and coming back to the editor. The second paragraph has disappeared.
I didn't find any parameter in the configuration to avoid this problem. The parameter FillEmptyBlocks doesn't help. Probably he considers ths paragraph as not empty due to the <font..></font>. I use UseBROnCarriageReturn=false (and can not change it).
As the editor produce an html code that doen't redisplay the same way as the content of the editor, i think it is a bug, but maybe i missed something.
Can somebody help me about this problem ?
A simple way to reproduce it is :
- Create 3 paragraphs and leave the second empty (ex: from an empty editor, type 'A', 'Enter', 'Enter', 'B', 'Enter').
- Select the 3 paragraphs and change the police (for example to "Courrier New"). What you see is ok.
- Force the editor to redisplay the frame. This can be done by clicking "Source" and coming back to the editor. The second paragraph has disappeared.
I didn't find any parameter in the configuration to avoid this problem. The parameter FillEmptyBlocks doesn't help. Probably he considers ths paragraph as not empty due to the <font..></font>. I use UseBROnCarriageReturn=false (and can not change it).
As the editor produce an html code that doen't redisplay the same way as the content of the editor, i think it is a bug, but maybe i missed something.
Can somebody help me about this problem ?