CRM Advanced Find all the icons in wrong place

2019-04-28 20:11发布

I've just loaded up the advanced find and I cant click on half the icons/drop downs as they are all in the wrong place. It works fine on other servers and other machines. It appears as if its a CSS problem. Any Ideas

enter image description here

3条回答
Explosion°爆炸
2楼-- · 2019-04-28 20:48
localStorage.clear(); 

This did the job for me on Chrome

查看更多
地球回转人心会变
3楼-- · 2019-04-28 20:56

Several users reported this issue, the cause is not clear yet, however these are the suggested steps:

1) Try with another browser

2) Clean the browser cache

3) if CRM site is inside the Internet Explorer compatibility mode list remove it

4) if CRM site is not inside the Internet Explorer compatibility mode list add it

查看更多
相关推荐>>
4楼-- · 2019-04-28 20:57

I had the same problem in Firefox. (In private mode, there was no problems.)

Steps to fix it:

  1. Goto/Open the CRM Site
  2. Open Developer Tools
  3. Go to Console Tab
  4. Enter the following command:

    localStorage.clear(); // remove all of localStorage's properties

查看更多
登录 后发表回答