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
sagar gusani 16sagar gusani 16 

Button not working in IE11 but works fine in Chrome

Hi,

I am getting following error in IE while i click on "add new crop record" button. But it works fine in chrome browser.

below is the code for button. 
<apex:commandButton action="{!addCrop}" value="{!$Label.Cropping__AddNewCropRecord}" rerender="pbc" status="{!status}" styleClass="tab-new-action" rendered="{!(!readonly && hasAvailableCrops)}"/>

i want to know what changes needs to be done in code. to make it work in IE also. or how can i troubleshoot this perticular issue ?

User-added image
SandhyaSandhya (Salesforce Developers) 
Hi,

Please check any of the add-ons on your IE11 are causing this.

Please refer below links.

https://developer.salesforce.com/forums/?id=906F0000000AIV5IAO
 
Thanks and Regards
Sandhya