问题
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
回答1:
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
回答2:
I had the same problem in Firefox. (In private mode, there was no problems.)
Steps to fix it:
- Goto/Open the CRM Site
- Open Developer Tools
- Go to Console Tab
Enter the following command:
localStorage.clear(); // remove all of localStorage's properties
回答3:
localStorage.clear();
This did the job for me on Chrome
来源:https://stackoverflow.com/questions/30807495/crm-advanced-find-all-the-icons-in-wrong-place