Ticket #67 (closed Bug: duplicate)
Properly handle EnterMode=br and lists
| Reported by: | FredCK | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | UI : Enter Key | Version: | |
| Keywords: | SD-COE | Cc: | pkdille, Jyhem, nyloth |
Description
When EnterMode='br', we must properly handle the creation of lists with IE.
Every line separated by a <br> must be transformed in a single <li>. Also, when removing the list, every <li> must be transformed in texts separated by <br>.
Today, every block is transformed to <li> and <p> is created when removing the list.
Change History
Note: See
TracTickets for help on using
tickets.