Ticket #318 (closed Bug: fixed)
Multiple linked images are getting merged in a single link
| Reported by: | mprittie@… | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | General | Version: | FCKeditor 2.4.1 |
| Keywords: | SF IE Confirmed | Cc: | mprittie@…, caixiaopig@…, ajstovold@…, fredck@… |
Description (last modified by alfonsoml) (diff)
If two or more images are placed side by side, with nothing in between, and seperate links placed on each image, all images are placed within a single anchor tag.
Example:
HTML desired:
<a href="image1_url"><img src="image1_path" /></a> <a href="image2_url"><img src="image2_path" /></a>
HTML generated:
<a href="image2_url"><img src="image1_path" /><img src="image2_path" /></a>
Moved from SF:
https://sourceforge.net/tracker/index.php?func=detail&aid=1351651&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.