You need to sign in to do that
Don't have an account?
Issue with apex editor in Summer 13 and Chrome
I realized that when I tried to edit an Apex class using chrome, it failed loading the code editor. It's giving a javascript error:
Uncaught ReferenceError: setAttr is not defined
at line 411 of edit_area_loader.js library.
I have the last version of chrome: Versión 26.0.1410.64 m
Does anyone experiencing the same problem?
Regards.
Just clean your browser's cache and it starts working again.
regards.
All Answers
Same here, VF & Apex. Firefox works though.
I am not sure wether you are using JQuery or not if yes then please make sure .jQuery needs to be the first script to use. The first script on your page.
<script type="text/javascript" src="/test/wp-content/themes/child/script/jquery.jcarousel.min.js"></script>
regards
Hello Sandeep,
The issue occurs while editing a VisualForce or Apex Class in the Chrome browser inside the Salesforce setup section.
Example url:
https://cs9.salesforce.com/setup/build/editApexClass.apexp?id=[your apex class id here]
I don't think I can edit the order of the scripts on this page.
Just clean your browser's cache and it starts working again.
regards.
Hi
I also got the problem. It was because I have "Zoom in" my browser. When I put my browser in normal size mode, the problem disappears
Regards