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)
Change History (9)
Changed 17 years ago by
Attachment: | NoBorder.gif added |
---|
Changed 17 years ago by
Attachment: | AddBorder.gif added |
---|
Changed 17 years ago by
Attachment: | CodeAfterBorder.gif added |
---|
Changed 17 years ago by
Attachment: | ResultwithSource.gif added |
---|
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
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
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
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
Resolution: | → invalid |
---|---|
Status: | new → closed |
Also, I have just upgraded to the newest version of the editor and it didn't make any difference. Thanks!