Issue 939: When using Select callback the selected date does not stay selected
Status:  Done
Owner: ----
Closed:  May 2011
Reported by joe.info...@gmail.com, May 3, 2011
Enter a detailed description

Without the select callback when you select a day, it stays blue.  When I add the select callback it immediately deselects.  
May 3, 2011
#1 joe.info...@gmail.com
This only occurs when in the select callback you call gotoDate to make the selected date the current date.  Perhaps there is another way?
May 8, 2011
Project Member #2 adamrs...@gmail.com
when you make the gotoDate call, it deselects because the visible days changed. this is intended behavior.

can't help you much beyond this, but you could try "reselecting" it manually afterwards, using the select method:

http://arshaw.com/fullcalendar/docs/selection/select_method/
Status: Done