Opened 16 years ago

Closed 16 years ago

#1700 closed Bug (invalid)

Absolute URLs not working in IE7

Reported by: John Sheehan Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Cc:

Description

In the ImageManager, specifying an absolute URL does not load the image for previewing. In the editor, images with absolute URLs (e.g. /foo/bar/image.jpg) also show as broken.

Also, EditorAreaCSS specified with absolute URL not applied or even loaded if ToolbarComboPreviewCSS is specified.

See: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7949 http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7942

Change History (2)

comment:1 Changed 16 years ago by John Sheehan

Apparently, using BaseHref = '/' doesn't work anymore. I set BaseHref with the .NET control to the current domain and everything appears to work correctly.

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Component: Core : StylesGeneral
Keywords: css ie removed
Priority: HighNormal
Resolution: invalid
Status: newclosed

Setting BaseHref to '/' is not valid. This setting follows the <base href="..."> rules, and must be set to the full base URL. Leave it blank if you don't need to point to another site or URL path.

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