My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 402: jQuery 1.4.2 or jQuery UI 1.8 capability
2 people starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Mar 2010


Sign in to add a comment
 
Reported by 5n4rc1s...@gmail.com, Mar 15, 2010
Has anyone tested fullCalendar with either of these releases.  I want to 
use the new buttons add-on for JQ-UI but fullCalendar hangs up on the 
1.8rc3 and 1.4.2 jQ. Any suggestions would be helpful, not sure why 
fullCalendar is hanging up because I know the jQ isn't much different from 
the 1.3.2 release.
Mar 15, 2010
Project Member #1 adamrs...@gmail.com
i have tested it successfully. could you post a zip with all your code?
Mar 16, 2010
#2 adperfec...@gmail.com
Hello.
this is the json object from within the slicesegs function call

{"id":"2","title":"","start":"2010-03-05T08:00:00.000Z","_id":"2","_start":"2010-03-05T08:00:00.000Z","end":null,"_end":null,"allDay":true,"className":[]}
Mar 16, 2010
#3 adperfec...@gmail.com
er, sorry! replied to the wrong post. Please ignore.
Mar 30, 2010
#4 naunaud...@gmail.com
FullCalendar 1.4.5 works great with jQuery 1.4.2 and jQueryUI 1.8
Mar 30, 2010
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Apr 22, 2010
#6 adam.str...@gmail.com
I'm having some problems when using jQuery 1.4.2, at least as it is on Google's CDN.  In particular, the eventDrop 
callback isn't functioning the same way as when using jQuery 1.3.2.  My event handler looks like this:

eventDrop:function(event,dayDelta,minDelta,allDay,ev,ui){
  $.post('/callbacks/'+event.id+'.json', {
      _method:'put',
      callback_at:event.start
    }, function(data, status, xhr){
      //no op
  }, 'json');
}

I've not been able to fully track down the bug, but one item of note:  when I set a breakpoint on the $.post and try 
to inspect the event using "event.start" at the console, the debugger drops down into jQuery and just hangs there; 
maybe an API addition to jQuery 1.4.2?
Jun 18, 2010
#7 koolkyo@gmail.com
Good!
Sign in to add a comment

Powered by Google Project Hosting