function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GeigerJHGeigerJH 

JavaScript "Message: Permission denied Line: 1500 Char: 53"

We have a visualforce page that is throwing an error in IE8. When we try to fill in a lookup field we get this error on the page:

Message: Permission denied
Line: 1500
Char: 53
Code: 0

We looked up line 1500 of the JS code provided by Salesforce and it is listed below:

AutoCompleteInputElement.isInServiceDesk=function(){return Sfdc&&null!==Sfdc.resolve("Sfdc.support.servicedesk")||window.parent.Sfdc&&null!==window.parent.Sfdc.resolve("Sfdc.support.servicedesk")};

This error message only appears in IE8 and no other browser. Can anyone provide insight into what this error is all about and how we could potentially address it?