Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hamish 96 posts 154 karma points
    Jun 23, 2015 @ 22:27
    Hamish
    0

    Richtext Editor not finding the correct css folder

    I've updated the default location for css files for my project to be in ~/content/css

    e.g Added the following appSetting to Web.config

    <add key="umbracoCssDirectory" value="~/content/css"/>
    

    When creating new stylesheets for the Richtext editor it adds it to the correct folder and the Data Type settings for the Richtext Editor is able to list it.

    However, when I try to use the Richtext editor property in the Content view, the styles are not updated and in the Developer Tools, it is referencing the following location:

    http://localhost/css/umbraco-editor.css?1435098360479
    

    Instead it should be referencing:

    http://localhost/content/css/umbraco-editor.css?1435098360479
    

    So question is - is this a bug or am I missing something?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jun 24, 2015 @ 05:07
    Jan Skovgaard
    0

    Hi Hamish

    To me it seems like it's a bug - So it should be reported on the issue tracker at http://issues.umbraco.org/issues if it has not been done already.

    /Jan

  • Hamish 96 posts 154 karma points
    Jun 24, 2015 @ 19:40
    Hamish
    0

    Issue ticket already added: http://issues.umbraco.org/issue/U4-6750

    Just making sure I wasn't missing something obvious :)

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 24, 2015 @ 19:52
    Dennis Aaen
    100

    Hi Hamish,

    Could this be a similar issue to the new that is just created.

    Try to see this issue http://issues.umbraco.org/issue/U4-5617 on the issue tracker.

    /Dennis

  • Hamish 96 posts 154 karma points
    Jul 15, 2015 @ 02:10
    Hamish
    0

    Not quite a fix but at least it points to the problem and requires a manual update until this is fixed inside Umbraco core

Please Sign in or register to post replies

Write your reply to:

Draft