Opened 15 years ago
Closed 15 years ago
#5283 closed Bug (duplicate)
CKEDITOR.config.baseHref not working properly on IE8
Reported by: | Kassel1975 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.1 |
Keywords: | Pending | Cc: |
Description
I use a relative path to the images. When I upload or integrate a picture via server browsing everything is allright. the picture is shown. BUT when I press the source code button to see the source code and then switch back again to wysiwyg modus the editor can't find the picture agin and shows a mistake.
Attachments (3)
Change History (12)
Changed 15 years ago by
Attachment: | error1.gif added |
---|
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.3 |
---|
comment:3 Changed 15 years ago by
Version: | 3.2 → 3.2.1 |
---|
I can confirm this bug.
I've got the same problem running CKEditor in IE quirks mode.
I'll be very grateful if someone could apply a temporary workaround for this particularly problem!
Thanks in advance!
comment:4 Changed 15 years ago by
I guess this is the same problem, but in my case switching from source mode to wysiwyg mode, CKEditor appends a base path on urls. This is strange since my basehref configuration is blanc. Have also tried to set a dummy basehref, but still the base path is appended.
Example: <a href="testing">testing</a> is replaced by <a href="http://mydomain.com/testing">testing</a>
comment:5 Changed 15 years ago by
Please ignore the two previous comments.
In my case, the mode switching problem was actually caused by a bug in one of my own plugins. But this is still a problem on copy/paste (ref. ticket #5218).
Sorry!
comment:6 Changed 15 years ago by
I'll be very grateful if someone could apply a temporary workaround for this particularly problem!
comment:7 Changed 15 years ago by
Keywords: | Pending added |
---|
Can you provide a simple test page to reproduce the problem?
comment:8 Changed 15 years ago by
Version: | 3.2.1 → 3.3 |
---|
the same problem is discribed in ticket: https://dev.fckeditor.net/ticket/5042
comment:9 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 3.3 → 3.2.1 |
dup of #5042
pic before pressing the source code button