Opened 14 years ago
Last modified 11 years ago
#6368 confirmed Bug
Chrome: Insert Image dialog causes extra http request on closing — at Initial Version
Reported by: | jpatey@editure.co.uk | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
In chrome an additional request is produced whenever I open the image dialogue and then ok/cancel it.
- Open ckeditor.com/demo and open the developer tools to track requests.
- Click the 'Insert Image' button to display the image preview dialog.
- Click Cancel.
- A request is made relative to the current page location (so the html page ckeditor.com/demo) - The console also displays the warning 'Resource interpreted as image but transferred with MIME type text/html'
It looks like its caused during the dialog cleanup. The <img> tag src attribute is set to in /plugins/image/dialogs/image.js - which causes a relative request.
Browser: chrome 5.0.375.86 OS: Ubuntu 9.04