Ticket #176 (closed Bug: wontfix)
Unterminated A tags sometimes break paragraphs on save
| Reported by: | neym@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | SF IE Confirmed | Cc: |
Description
If the content looks like this:
<p><a href="linky">Text</p> <p><a href="linky2">More Text</p>
Then saving with FCKeditor (IE version) will produce the following:
<p><a href="linky">Text<a href="linky2">More Text</p> <p> </p>
This bug appears to only appear under the Internet Explorer version of IE (tested IE6). It does not happen under Firefox.
Steps to Reproduce:
- Open FCKeditor in IE and paste the above initial content (make sure that FCKeditor doesn't add back in the </a> tags on paste. If so, delete them).
- Save to a file/database and reload it in IE. It looks ok.
- Click source. Code becomes corrupted (I also believe it corrupts with any style changes on the page, but I have not tested this).
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1631643&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.