Ticket #526 (closed Bug: invalid)

Opened 18 months ago

Last modified 17 months ago

@import in css files do not work for editor area styles

Reported by: brandy007 Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending WorksForMe Cc:

Description

I use several style sheets, one for basic layout, one for the cms styles and one site.css for customising the site, the latter one importing the others. Setting FCKConfig.EditorAreaCSS to point to my site.css, the styles defined in the imported ones do not display correctly in the editor. A workaround is to put all styles in one file for the editor, but the other is a cleaner solution, as it allows me to change the layout or the cms by changing only 2 lines.

Change History

Changed 18 months ago by fredck

  • keywords Pending WorksForMe added
  • priority changed from Low to Normal
  • component changed from Core : Styles to General

It works for me with both IE6 and FF2.

Couldn't it be just a wrong path in the @import declaration. I would recommend you to check Firebug or Fiddler to watch the requests from the browser, checking if the imported CSSs are not returning 404.

Let us know the results.

Changed 17 months ago by alfonsoml

  • status changed from new to closed
  • resolution set to invalid

Expired

Note: See TracTickets for help on using tickets.