Opened 11 years ago
Last modified 10 years ago
#11323 confirmed Bug
[FF] preview does not display images
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Firefox | Cc: |
Description
observed at master
FF does not display images in preview.
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- click on preview button
Expected result:
You should se our sample image at right hand side.
Current result:
Image is missing, and alt is displayed.
additional info:
- It's due to missing base tag in head. Since we're opening preview in /plugins/preview/iepreview.html, browser (correctly) assume that all relative links should be resolved starting from preview directory. So assets/foo.png will be resolved as /plugins/preview/asstes/foo.png.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 10 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | → 4.0 |
We can also witness it at one of our demo http://ckeditor.com/latest/samples/plugins/image2/image2.html