| 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 |
jsEvent.target should be the table td cell or day-number
Jun 1, 2011
Project Member
#1
adamrs...@gmail.com
Status:
WontFix
Jun 27, 2011
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
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 |