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
Santro652Santro652 

Browser Issues, IE and mozilla and chrome

Hi Guys,

 

My development team has created a calendar using the chatter calendars base functionality, there were many changes done from the original functionality andnow when we are in the end of the project we have discovered that the calendar values are not displaying on IE8,9 and Mozilla firefox V22.

 

We are using jquery and java scripts on the calendar along with Apex and VF pages, has anyone faced this issue, can anyonne anyone suggest me solution i am in dire straits now..

 

Help is highly appreciated

sfdcfoxsfdcfox

You'll need to use FireBug, IE's built-in JavaScript debugger, and possibly some other tools to figure out the cause. There's no specific reason why it should fail on IE and FF but not Chrome or Opera (assuming you tested all those, and more). Try to eliminate the obvious problems.