Closed (fixed)
Project:
Event
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2009 at 14:42 UTC
Updated:
31 Jan 2010 at 18:58 UTC
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
Comment #1
derekwebb1 commentedI get the same thing. I know there are events in the future and past too. Seems the ajax part is non-functional.
Derek
Comment #2
computer_jin commentedHI,
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!
Comment #3
computer_jin commented// 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,
Comment #4
plan9 commented