arshadulla / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

when allowCalEventOverlap is set to true, eventNew events do not fire #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Code below.
Firefox 3.5 (probably others).
Note that eventDrop and eventResize *do* fire correctly.

Apologies if this is my misunderstanding.

$('#calendar').weekCalendar({
        data: "<my url>",

        height: function($calendar) { return $('#calendar').height(); },
        newEventText: "proposed",
        timeslotHeight: 10,
        // gotcha: enabling this prevents eventNew from firing! --
allowCalEventOverlap: true,

        eventNew : createEvent,
        eventDrop : updateEvent,
        eventResize : updateEvent

      }).show();

Original issue reported on code.google.com by eric.h...@gmail.com on 27 Aug 2009 at 11:05

GoogleCodeExporter commented 8 years ago
It appears that the missing eventNew case is more complex than my simple-minded 
post
implies, above.  I'm not (yet) sure of which options cause the problem, but more
research is necessary before I waste anyone's time on a fix, so please 
disregard for now.

Apologies!

Original comment by eric.h...@gmail.com on 3 Sep 2009 at 11:42

GoogleCodeExporter commented 8 years ago
Hey Eric, for the moment i'm going to close this to clean up the issue log. If 
you're
able to provide any more info i'll definitely look into it.

cheers,
rob

Original comment by robmo...@gmail.com on 22 Sep 2009 at 11:58