| Issue 1791: | removeEventSource after addEventSource but before fetchSource finishes | |
| 1 person starred this issue and may be notified of changes. | Back to list |
if I call addEventSource(source), and then removeEventSource(source) before it fetchSource finishes, the callbacks do not seem to be removed, which leads to nasty side-effects: There is a demo here: http://plnkr.co/edit/NLMIQt?p=preview If you click "Toggle an event source" button fast enough / many times, you will at some point see 2 the event source reporting events to the view twice.
Apr 15, 2013
#1
glex....@gmail.com
Apr 15, 2013
In the demo above I log the all add/removeEventSource calls via console.log
Aug 24, 2013
(No comment was entered for this change.)
Status:
Reproducing
Labels: -Type-Defect Type-Bug
Jun 11, 2014
I'm sorry it has taken someone forever to respond to this ticket. Thanks for posting a recreation, however it is really hard to diagnose the problem because there are so many other things going on in your example.. mainly the fact that you are using an angular-ui version of fullcalendar rather than the original library. Also that you have tons of other markup and CSS. Can you reduce your test case to just the non-angular bare essentials? Thanks.
Jun 11, 2014
I'm closing this issue, but please post a new issue (w/ a reduced test case) if this is still a problem
Status:
Invalid
|
|
| ► Sign in to add a comment |