thekingsimo / jquery-week-calendar

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

Event overlapping errors #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I made a demonstration video to better explain how the event overlapping is 
incomplete, to ensure you that this is not due to changes i made in my own 
code i used the demo 2 calendar on the week calendar homepage. 

Issue 1:
Even though allow event overlapping is set to false, you can make events 
overlapping by dragging a new event over an old one, probably due to the 
fact that  adjustForEventCollisions is not triggered when creating new 
events, only when resizing or moving around them.

Issue 2:
When allow event overlapping is set to false and you resize an event so it 
overlaps another one, the result is that the events end time is set to the 
other ones start time, this is however not the case if you drag the event 
to span over the entire other event, then the changes to the event are 
ignored completely even though the expected result would be the same as if 
the event was resized to span into the middle of the other event.

Anyhows here is the link to the video demonstrating both of these issues:
http://www.youtube.com/watch?v=1ua63pRtXjs

Original issue reported on code.google.com by ted.mellin on 15 Jun 2009 at 12:30

GoogleCodeExporter commented 8 years ago
Thanks for the video Ted. This really helps to show the issue.

Original comment by robmo...@gmail.com on 16 Jun 2009 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by robmo...@gmail.com on 16 Jun 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Fixed for the next release

Original comment by robmo...@gmail.com on 10 Aug 2009 at 2:43