Ticket #1660 (new Bug)
<br type="_moz"> and <p> </p> in empty source
| Reported by: | sir_qwerty | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Enter Key | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed FF | Cc: |
Description
When FCKConfig.EnterMode option is explicitly set to BR value, empty textarea right after initialization contains <br type="_moz"> string after switching to source code view.
When FCKConfig.EnterMode option is explicitly set to P value, empty textarea right after initialization contains <p> </p> string after switching to source code view.
When FCKConfig.EnterMode option is explicitly set to DIV value, empty textarea right after initialization contains <div> </div> string after switching to source code view.
When FCKConfig.EnterMode option is left to use implicitly set default value (P), nothing appears in source code of empty textarea, which is OK.
Reproduces: Always
Browsers: Mozilla Firefox 2.0.0.11 on Windows XP
Extra: Opera 9.50 shows always   sequence in all three possible FCKConfig.EnterMode options. Internet Explorer 7 is OK.