Opened 17 years ago

Closed 17 years ago

#537 closed Bug (invalid)

Image representation disappears when height or width attributes are not set.

Reported by: Andres Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4.2
Keywords: Cc:

Description

Hello, I use a website administration tool to add contents to my website. When I create images using FCKeditor most times I use urls to the images which only work when the page is normally accessed though the website, not when in administrator mode. Put simply, the url for the image will not work from within the administrator but will do from the website.

Because the url doesn't work, FCKeditor can't get the width and height settings (which I ignore at this point). And without these, the image "disappears" from the editor, although switching to SOURCE mode the code is shown.

Is it possible to show some sort of indication (icon?) that there is an image there?

Thanks

Change History (1)

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

Keywords: image width height removed
Resolution: invalid
Status: newclosed

If you use the alt property of the images, then you won't have this problem (but don't put something like "here's an image" or anything like that, do use a proper alt text so blind users can understand your site). You should do this no matter if there are other ways to fix the problem.

Because other option would be to change your administration tool to generate images with the url pointing to the full (including http://) url, and that would also work.

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