Opened 17 years ago
Closed 17 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 17 years ago by
comment:2 Changed 17 years ago by
Component: | Core : Styles → General |
---|---|
Keywords: | css ie removed |
Priority: | High → Normal |
Resolution: | → invalid |
Status: | new → closed |
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.
Apparently, using BaseHref = '/' doesn't work anymore. I set BaseHref with the .NET control to the current domain and everything appears to work correctly.