Ticket #332 (closed Bug: fixed)
Hitting Enter after links continues the link in the new paragraph
| Reported by: | hanki_pank | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | UI : Enter Key | Version: | FCKeditor 2.4.2 |
| Keywords: | Confirmed Firefox SD-COE | Cc: | pkdille, Jyhem, nyloth |
Description (last modified by fredck) (diff)
Handling of <a>-Tags within <li> is broken. Reproduction at the nightly build just right now :
- Hit return for a new line.
- Press "Insert Bulleted list" - Button
- Press "Insert Link" - Button
- enter www.blah.org as target and hit return to return back to gui
- Hit return to get new bullet.
- type "asd"
provides as source :
<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
<ul>
<li><a href="http://www.blah.org">www.blah.org</a></li>
<li><a href="http://www.blah.org">asd</a></li>
</ul>
<p> </p>
Meaning, the <a>-Tag from the first bullet has been inherited by the second one, which is not what users expect, I guess.
Change History
Note: See
TracTickets for help on using
tickets.