Opened 14 years ago

Closed 12 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 13 years ago by Garry Yao

Status: newpending

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

comment:2 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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