when I click on either the left / right month navigation arrows on the event module calendar block, I can see an Ajax style diagonal striped line indicating data is being retrieved - but the operation never completes.

Comments

derekwebb1’s picture

I get the same thing. I know there are events in the future and past too. Seems the ajax part is non-functional.

Derek

computer_jin’s picture

HI,
I have different issue for ajax and its working fine for me on firefox but not working on IE.
And u can solve ur problem by using this version = "5.x-1.0" of event module because its working for me .
but When i click on small calender navigation it takes me to bigger calender in IE ..I think Ajax is not working on IE can any one help how to solve this problem....and its working fine in firefox.

Thanks!

computer_jin’s picture

// Keep block at it's current width/height to make the update less disruptive
this.styleHeight = $(element).height();
this.styleWidth = $(element).width();
// $(element).height(element.offsetHeight+"px");
// $(element).width(element.offsetWidth+"px");
// $(element).height(element[0].offsetHeight+"px");
// $(element).width(element[0].offsetWidth+"px");

// Clear block contents
$(element).html("");

fiexed this issue use this in eventblock.js

thanks,

plan9’s picture

Status: Active » Closed (fixed)