Ticket #388 (closed Bug: fixed)
MSIE Problem: Linking two lines in a list
| Reported by: | patrick | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
One of our customers just found a problem with FCKEditor. He's putting quite a lot of pressure on us to get it fixed, so if you could take a look and advise what we can do about it...
Abstract
There is a Problem in FCKEditor when using MSIE 6 (and possibly also 7, not tested). If you have two lines separated by a <br/> tag in a single <li> List Element and try to link these two lines to a different location, the editor links both lines to the same location.
How to reproduce
- Open http://www.fckeditor.net/demo
- Delete all text
- Insert a numbered List and write:
This is line A[Shift-Return]This is line B
This should produce this piece of HTML:
<ol> <li>This is line A<br /> This is line B</li> </ol> - Mark the first line ("This is line A") and link it to some URL, i.e. "http://www.google.com"
- Mark the second line ("This is line B") and link it to some URL, i.e. "http://www.fckeditor.net"
- The editor now extends the marked range *and* the link to both lines automatically, so both lines are linked to the second URL (i.e. "http://www.fckeditor.net")
Demonstration Video/Screencast
http://sp-web-01.krankikom.de/~wwwadmin/FCKEditor_bug_linklistlines/FCKEditor_bug_linklistlines.html
If you need any more info, please let me know... (also via Phone if you want: +49-203-30597-54).
Best Regards, Patrick