| Issue 2440: | When clicking away to close popover, in month view | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Aug 21, 2015
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
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Bug