#4715 closed Bug (duplicate)
Image dialog requests HTML page
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.0.1 |
Keywords: | Confirmed Review? | Cc: |
Description
Steps to reproduce:
- Launch some tool to trace HTTP requests.
- Open
http://example.com/ckeditor/_samples/replacebyclass.html
(or any other page with CKEditor). - Open image dialog.
Requested files:
http://example.com/ckeditor/_samples/
<- this one should not be requested at allhttp://example.com/ckeditor/skins/kama/dialog.css?t=99GE
http://example.com/ckeditor/skins/kama/images/mini.gif
Confirmed at least on IE8.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 4715.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.2 |
---|
It seems that the problem is in empty "src" attribute.
An alternative to removing it would be setting "src" to something like
CKEDITOR.basePath + 'images/spacer.gif'
, but this way we would have another HTTP request.