Opened 17 years ago

Closed 17 years ago

#1329 closed Bug (invalid)

Adding border to an image causes image not to show up on the page

Reported by: Valerie Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending WorksForMe Cc:

Description

Whenever I add a link to an image and then add a border to that image, the image no longer appears on the page. For some reason, the source seems to be truncated by this process, as you can see in the attached screenshots. If I then remove the border from the image and apply the change, the image still doesn't show up. The only way I can get it to show up is to go into the source view and remove the class="" attribute that is automatically added when I try to add the border.

I am using IE 7 on Windows XP Pro SP2.

Attachments (4)

NoBorder.gif (21.7 KB) - added by Valerie 17 years ago.
AddBorder.gif (36.7 KB) - added by Valerie 17 years ago.
CodeAfterBorder.gif (15.9 KB) - added by Valerie 17 years ago.
ResultwithSource.gif (38.5 KB) - added by Valerie 17 years ago.

Download all attachments as: .zip

Change History (9)

Changed 17 years ago by Valerie

Attachment: NoBorder.gif added

Changed 17 years ago by Valerie

Attachment: AddBorder.gif added

Changed 17 years ago by Valerie

Attachment: CodeAfterBorder.gif added

Changed 17 years ago by Valerie

Attachment: ResultwithSource.gif added

comment:1 Changed 17 years ago by Valerie

Also, I have just upgraded to the newest version of the editor and it didn't make any difference. Thanks!

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

Keywords: Pending added

Do you have the problem if you use the online demo? And does it fail while you are editing or only when you publish the content?

In that case it would be a problem in some part of your code that isn't able to handle empty class attributes, and the problem here would be only to check that no useless attributes are added with IE7.

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe added

It seams that your application is truncating the data, adding the ellipsis to the end. This is usually done on CMS when automatically creating articles abstracts, with a "Read more" link for the full article.

comment:4 Changed 17 years ago by Valerie

Thank you so much for the suggestion. That is exactly what the problem was, but I was jumping into some old code that was written by someone else, and I just missed that completely. I'm sorry for wasting your time!

comment:5 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed
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