My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 977: jsEvent.target is always div.fc-cell-overlay in dayClick or select event
1 person starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  ----
Closed:  Jun 2011


Sign in to add a comment
 
Reported by oal...@gmail.com, May 31, 2011
jsEvent.target should be the table td cell or day-number
Jun 1, 2011
Project Member #1 adamrs...@gmail.com
the jsEvent is just passing over what the native click event was. fullcalendar internally sometimes has a click on the fc-cell-overlay, and it would be wrong to lie about it.

i'm pretty sure the `this` value in the handler will hold the td
Status: WontFix
Jun 27, 2011
#2 oal...@gmail.com
all these

    $(document).one('mouseup', function(ev) { 

should be 

    $(document).one('mouseup', function(e) { 

as reportDayClick or reportSelection use ev as event param

Jul 13, 2011
Project Member #3 adamrs...@gmail.com
not really sure where this code belongs, or what it does, but can you submit a github pull request?
Sign in to add a comment

Powered by Google Project Hosting