I seem to have a strange problem with Episerver CMS 7.5 under my local/developement environment.
I have a site with two languages enabled EN and SV.
Everything works fine for SV language. I am facing this particular problem only while selecting the EN language.
Under Admin page, CMS -> Edit
When I "Pin" the side menu of "pages" tab, it causes my chrome browser to crash.
Atleast in Firefox and IE, it says that there is "long running script" or "unresponsive script" message and asks me whether to stop or wait for the script to become responsive again.
When I obviously stop the script everything returns back to normal.
Once again it only happens for EN and not the SV site language.
I tried to debug the situation myself and following are my analysis:
Local storage has key-value pair as "navigation" : "{"pinned":true,"visible":true,"size":260}".
If I change size from 260 to a value greater than 375 i.e.Local storage has key-value pair as "navigation" : "{"pinned":true,"visible":true,"size":380}". It seems to fix the issue.
So, any thing less than size value 375 causes my browsers to have unintented behaviour.
Hi,
I seem to have a strange problem with Episerver CMS 7.5 under my local/developement environment.
I have a site with two languages enabled EN and SV.
Everything works fine for SV language. I am facing this particular problem only while selecting the EN language.
Under Admin page, CMS -> Edit
When I "Pin" the side menu of "pages" tab, it causes my chrome browser to crash.
Atleast in Firefox and IE, it says that there is "long running script" or "unresponsive script" message and asks me whether to stop or wait for the script to become responsive again.
When I obviously stop the script everything returns back to normal.
Once again it only happens for EN and not the SV site language.
I tried to debug the situation myself and following are my analysis:
Local storage has key-value pair as "navigation" : "{"pinned":true,"visible":true,"size":260}".
If I change size from 260 to a value greater than 375 i.e.Local storage has key-value pair as "navigation" : "{"pinned":true,"visible":true,"size":380}". It seems to fix the issue.
So, any thing less than size value 375 causes my browsers to have unintented behaviour.
I also got this console information from Firefox:
Any ideas?
Thank You