Issue 478: Month view non-critical bugs
Status:  Done
Owner: ----
Closed:  Jun 2010
Reported by sunniyeow, May 7, 2010
Hi, after some time spend only on the MONTH view, I've found a few
non-critical bugs. Forgive me if some of them have already been previously
flagged. Here they are:

1. Cannot eventResize the color bar beyond current week. Dragging the bar
to the right or below the current week doesn't work.

2. During eventResize and eventDrop, the color bar disappears beyond the
current week. But once you let go of the mouse button, the bar appears as
it should.

3. eventResize only works on the right side, not on the left.

4. For eventClick and new select trigger, when you double-click, the
trigger fires twice. In my instance, I do a window.open() which
unfortunately opens up 2 popups. I've tried using eventRender and
element.bind('dblclick'... to overwrite this behavior but to no avail.

Anyways, HTH.
Thanks Adam for the awesome component.
May 7, 2010
#1 sunniyeow
5. For eventResize and eventDrop, I wasn't able to get event.start and event.end
properties from the Event Object.
May 10, 2010
#2 naunaud...@gmail.com
1. is normal
2. depends on your CSS I believe

Jun 15, 2010
Project Member #3 adamrs...@gmail.com
hi sunniyeow,

1- already an issue: https://code.google.com/p/fullcalendar/issues/detail?id=308
2- what would you expect to happen? if this is a concern, please enter it as a separate  issue
3 - https://code.google.com/p/fullcalendar/issues/detail?id=103
4- please enter as a separate  issue
5 - can you post an example html file that demonstrates this? sometimes event.end will be null if you didnt specify it in your feed, but event.start should always be something.

for the existing issues i've pointed you to, please star them, which will notify you when progress is made, and will indicate to me their importance

thanks!
Status: Done