MenuMoreActions.css and Window.css missing
Using fiddler
When going into edit mode in the backend I get two missing .css that the pages is looking for in my Theme
~/App_Theme/home is my Theme
Looking for
App_Themes/home/Syles/MenuMoreActions.css
App_Themes/home/Syles/Window.css
Why is SF looking for these CSS (which of course are not mine) in my themes folder?
--- EDIT --
Maybe this is anther case of - at the moment it is not supported to have ~/App_Thems/home and I should use ~/App_Date/App_Themes or whatever its supposted to be.
Nevertheless it would be nice to know
a) why is SF looking for these CSS
b) what are these CSS good for
c) how does the missing of these CSS impact
Markus
Hi Markus Berchtold,
The two CSS files convey rules to style the action menus and dialogs in Sitefinity administration respectively. These files are ones included in the combined CSS file which is applied to Page Editor. So you are not missing anything. It looks like they are requested by a control which thinks they are part of the Public theme.
We have logged a bug for this issue. You should not experience any problems because of these two files not being loaded because they are already applied to Page Editor.
Kind regards,
Katia
the Telerik team
Dear Katia
Thanks for the perfect answer
a) Explaining what the files are for
b) Explaining why there might be an error
c) Ensuring me that there is no problem
d) Loging it as a bug.
Regards Markus
This still exists, the page editor is still looking for these files....please fix
Hi Steve,
I am very sorry for the inconvenience. It looks like the fix was not made in the right branch. It should make it to the next official release, though.
Best wishes,
Katia
the Telerik team
We're not able to edit pages in other languages due to this missing css.
Is that the same case for others as well?
Hi Alan,
In which version you experience the problem. The issue was relevant for Sitefinity 4.1.1339. This bug was applied in the upper version. Can you try upgrading a test project to Sitefinity 4.1 SP1-3 and use the fix.After upgrade to one of the service packs you may upgrade to Sitefinity 4.2. If the issue is different please provide more information so i can be of help.
Kind regards,
Stanislav Velikov
the Telerik team
I would like to report that in the version I am currently using (Sitefinity 4.4.2117.0) there are still three CSS appended in the code which return a error 404 I assume this issue still hasn't been fixed then...? Or can it be that a custom control is causing these calls?
1.
<
link
href
=
"/Sitefinity/WebSiteTemplates/#-#-#/App_Themes/Black/Styles/Treeview.css"
type
=
"text/css"
rel
=
"stylesheet"
/>
2.
<
link
href
=
"/Sitefinity/WebSiteTemplates/#-#-#/App_Themes/Black/Styles/Window.css"
type
=
"text/css"
rel
=
"stylesheet"
/>
3.
<
link
href
=
"/Sitefinity/WebSiteTemplates/#-#-#/App_Themes/Black/CSS/Layout.css"
type
=
"text/css"
rel
=
"stylesheet"
/>
I'd like to report this is still an issue in Sitefinity 7.x
Fiddler reports the browser is trying to load Treeview.css and Window.css, and receiving 404s..
This is a performance concern. Please fix
Tim