Issue 2440: When clicking away to close popover, in month view
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by mmarcu...@gmail.com, Feb 10, 2015
When the "more events" popover is open and you click on a different day in month view the day click event was being fired, we should just close the popover and not fire additional events.

I have a fix that works better than the code in the master branch but there are still some situations that the event will get p-assed to the calendar instead of just closing the popover:

Seems that we still emit the click event on the event if the popover is up, this fix only stops the mousedown events from propagating. Not sure how to stop the event click yet since events respond to 'click' not 'mousedown'. ( in Grid.events.js -> bindSegHandlers() )

Here is the pull request:

https://github.com/arshaw/fullcalendar/pull/209
Feb 10, 2015
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: When clicking away to close popover, in month view (was: fix bug when trying to close popover in month view)
Status: Accepted
Labels: Type-Bug
Aug 21, 2015
Project Member #2 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2705

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub