Opened 15 years ago
Closed 14 years ago
#6233 closed Bug (expired)
baseHref not always used
| Reported by: | Danial Pearce | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4 | 
| Keywords: | Cc: | 
Description
I have my custom baseHref set, and it works fine.
The problem is, for some reason, a request to the image on my server is still being made, obviously this fails with a 404.
Why the request for the image is being made twice, i've no idea. Once on my server, which fails, then once to the real server with the baseHref setting applied.
I have CKEDITOR.replaceClassEnabled set to false, and if i put a class="ckeditor" on my textarea, the request for the image happens to my server twice instead of once, even though I disabled the replace by class thing, since I am doing the replace manually so I can add custom config per replace. For that reason, i have since removed class="ckeditor" from my text areas.
Change History (2)
comment:1 Changed 15 years ago by
| Status: | new → pending | 
|---|
comment:2 Changed 14 years ago by
| Resolution: | → expired | 
|---|---|
| Status: | pending → closed | 

I'm sure we'll need you to provide a sample page to reproduce.