Opened 18 years ago
Last modified 18 years ago
#318 closed Bug
Multiple linked images are getting merged in a single link — at Version 2
Reported by: | Owned by: | Alfonso Martínez de Lizarrondo | |
---|---|---|---|
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 )
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 (2)
comment:1 Changed 18 years ago by
Owner: | set to Alfonso Martínez de Lizarrondo |
---|---|
Status: | new → assigned |
comment:2 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Reporter: | changed from Alfonso Martínez de Lizarrondo to mprittie@… |
yes.i also find this error when i upload two images with no seperate. the first images's link which i assgined was lost.
But when you add a word or only a " " it has no errors.
Moved from SF. Original poster: caixiaopig
Forgot to add that this only occurs in IE --- Moved from SF. Original poster: mprittie