Clorith
Clorith

Reputation: 459

onClick event problems with Internet Explorer 9

I am having sporadic issues with fullCalendar and the click hook in Internet Explorer 9 (this is not an issue in FireFox, Chrome or Opera it seems).

The function I have attached to the click hook when a user clicks an event will only trigger if I first launch the developer console in Internet Explorer and refresh the page. I can then close the console again and use the page as normal, but if I return 24 hours later, I will have to repeat this step to be able to use the functionality again.

My Internet Explorer settings appear fine, as this is not a problem with just this one machine, but also with 5 other machines I have tested this on.

Upvotes: 1

Views: 967

Answers (1)

koko
koko

Reputation: 958

sounds like there is a console.log() included but without any code provided we can only take a guess.

Upvotes: 2

Related Questions