#10316 closed Bug (invalid)
Inline edit mode looks for contents.css
Reported by: | giammin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Cc: |
Description
When opening the styles combobox in inline editor besides styles.js , contents.css is requested too.
The bugs are 2: 1-contents.css should not be called in inline edit mode. 2-if i set a different contentsCss:'mycontents.css' the default 'contents.css' is called
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
The 2 is definitely a bug (although I haven't checked it yet), but 1 is not. The contents.css is loaded to style iframes used in drop down menus. This allows to present styles from styles.js and formats like they would look in the content.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
I have tried setting contentCss in instance configuration and in config.js. In both cases editor was looking for new file. Issue 2 isn't reproducible.
comment:6 Changed 12 years ago by
NP :) We just wanted to check whether you haven't closed it to early :).
to reproduce:
go there http://nightly.ckeditor.com/13-04-10-14-51/full/samples/inlinebycode.html
open chrome developer tools and go to network tab
click on the style combo of the editor
Then you can see in the network tab that styles.js and contents.css are loaded