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: mprittie@… 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 Alfonso Martínez de Lizarrondo)

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 Alfonso Martínez de Lizarrondo

Owner: set to Alfonso Martínez de Lizarrondo
Status: newassigned

Forgot to add that this only occurs in IE --- Moved from SF. Original poster: mprittie

comment:2 Changed 18 years ago by Alfonso Martínez de Lizarrondo

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 "&nbsp" it has no errors.


Moved from SF. Original poster: caixiaopig

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy