Sounds like a javascript error, like Quan say, could you press F12 and then click on the console and tell us what is says there?
I confirm it is a JS error:
Uncaught ReferenceError: normal is not defined
at eval (eval at _1040 (widgets.js:2), <anonymous>:1:1)
at _1040 (widgets.js:2)
at _1646 (widgets.js:2)
at _163e (widgets.js:2)
at HTMLLinkElement.link.(:82/EPiServer/Cms/anonymous function).link.(anonymous function) (http://www.domain.it:82/EPiServer/Shell/9.4.2.0/ClientResources/epi/shell/widgets.js:2:814469)
It might be easier to spot the problem if you turn on the client debugging mode
Add <clientResources debug="true" /> to your episerver.framework section and try again :)
Hi,
We are having the same issue with 9.7.3 using Chrome version 67.0.3396.62.
The error is:
Uncaught ReferenceError: normal is not defined
at eval (eval at _1040 (widgets.js:2), <anonymous>:1:1)
at _1040 (widgets.js:2)
at _1642 (widgets.js:2)
at _163a (widgets.js:2)
at HTMLLinkElement.link.(/EPiServer/anonymous function).link.(anonymous function) (https://uat.MYSITE.org/EPiServer/Shell/9.4.3.0/ClientResources/epi/shell/widgets.js:2:814197)
I see there are fixes for Episerver 7 and 8 but cant find one for 9.
We are using CMS UI 9.4.4 and we also still have this issue. Is there a quick bypass this in Code or do we need to upgrade version?
We're experiencing the same issue. Currently at episerver.dll version 9.7.3.0 and UI version 9.4.3.0. Can anyone confirm that upgrading to UI version 9.9.2 solves the problem?
We are also experiencing this issue in EpiServer 7 (7.19.2). Jonathan notes that he's found a fix for version 7 but I'm unable to find this. Is anyone able to point me in the right direction? Edit - Don't worry, I have found the bug now: https://world.episerver.com/support/Bug-list/bug/CMS-3671
We're getting the same error ('normal is not defined') in all the EPi versions we have
Issue only started when Chrome was updated to 67.0.x recently.
Workaround is to use FireFox for now.
I am getting also this error ("normal is not defined") on EPI 7.5 on Chrome 67.0
Made a couple of updates in Chrome Dev Tools and it fixed the issue (for me only of course), not sure if this helps anyone temporarily.
Updated /Shell/9.3.1.0/ClientResources/epi/shell/widgets.js with this in bold:
function _1049() {
var _104a = _103d("x-parse", null, "content");
if (_104a && _104a != "none" && _104a != "normal") {
_1043([eval(_104a)], _1044);
} else {
_1044();
}
}
And updated /Shell/9.3.1.0/ClientResources/lib/xstyle/css.js with this in bold:
function checkForParser(){
var parser = testElementStyle('x-parse', null, 'content');
if(parser && parser != 'none' && parser != "normal"){
// TODO: wait for parser to load
require([eval(parser)], callback);
}else{
callback();
}
}
Any more on a possible fix for this?
We're getting a lot of 'queries' from web authors about the Chrome issue.
I have just tried all major versions in Chrome 68.0.3440.84 (Official Build) (64-bit) and they all work. The bug was fixed in the following major versions.
Episerver CMS UI 7.19.4 https://world.episerver.com/support/Bug-list/bug/CMS-3671
Episerver CMS UI 8.6.2 https://world.episerver.com/support/Bug-list/bug/CMS-3672
Episerver CMS UI 9.6.2 (included in 10+) https://world.episerver.com/support/Bug-list/bug/CMS-3506
Thanks John-Philip,
We're on CMS 9.3.1 and CMS.Core 9.3.2 and cannot upgrade (for a few months, anyway).
Looks like CMS.UI has dependency on CMS.UI.Core 9.6.2 which in turn has dependency on CMS.Core >= 9.9.1.
Do we have any other options?
xstyle has an issue that stops from working on chrome 51+:
https://github.com/kriszyp/xstyle/issues/44
Additional info:
https://github.com/kriszyp/xstyle/issues/53
https://github.com/cmv/cmv-app/issues/552
Our fixes include an upgraded version of xstyle (0.1.3 -> 0.3.2) and adding "xstyle/core/load-css" as a dependency in "EPiServer.Shell.UI/UI/ClientResources/EPi/layers/epi-widgets.js".
In the first link (issue 44) there's a comment with a workaround that we have not tried, but maybe it's something you dare? :)
Hi, since 31 May some Chrome Browser in our organization are unable to work with EpiServer. After login a blank screen is shown, and the user can only access to to top bar, without any access to the sidebar with all the documents.
What can i do to solve the problem? So far we installed Forefox and we started to work with that, but because of organizational policy we need to switch back to Chrome asap.
Thanks
A.