Ticket #142 (closed Bug: fixed)
EnterMode = br produces <p> when switching back from source
| Reported by: | fbunget@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
| Component: | UI : Enter Key | Version: | FCKeditor 2.4 |
| Keywords: | SF IE | Cc: |
Description
FCKConfig.EnterMode = 'br'
so when hitting ENTER, a <BR/> is used.
Add some text and use ENTER to go to a new line. then switch to "source code"; the source code should look like this:
<p>line1 aaa<br /> line2 bbb<br /> line3 ccc</p>
now exit from "source code" mode and hit ENTER. a new paragraph is created (<P>); this mode remains active.
this doesn't happen if after exiting from "source code" mode, you move the cursor somewhere inside the existing text.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1648765&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.