Ticket #1518 (closed Bug: fixed)
Extra block added before Bulleted list
| Reported by: | PavelZ | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | Core : Lists | Version: | FCKeditor 2.5 Beta |
| Keywords: | Confirmed IE | Cc: |
Description
Steps to reproduce:
In fck do: aaaaaaa <Shift+Enter> bbbbbbbbbbb <Shift+Enter> cccccccc
on the second line (with "bbbbbbb") press "bulleted list". Second line is bulleted but an empty line appears between line 1 and 2 (in IE always in FF sometimes).
The Source HTML is:
<p>aaaaaaa<br /> </p> <ul>
<li>bbbbbbbbbbb</li>
</ul> <p>cccccccc</p>
Tested on FCK demo (ver. 2.5 Beta Build 16848)
Change History
Note: See
TracTickets for help on using
tickets.