Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#9694 closed Bug (invalid)

config.contentsCss not working in inline editing

Reported by: giammin Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

content.css is ignored when editing inline

i tried to set config.contentsCss to another file but it is ignored anyway

Change History (2)

comment:1 Changed 11 years ago by Jakub Ś

Keywords: contentsCss inline removed
Resolution: invalid
Status: newclosed

contentsCss is used with iframe editor and not with inline editor.

With inline editor you are editing content directly on HTML page. This content is using HTML page styles.

comment:2 Changed 11 years ago by cheesypoof

While the inline editor is intended for working directly on final pages, I don't view it as improbable that a CMS may wish to use it as well on their backend. If a decision were made to provide support for custom content CSS in inline editors, you could use (once the scoped attribute has more support):

<style type="text/css" scoped>@import url('custom.css');</style>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy