no flicker on refretchEvents
See original GitHub issueOriginally reported on Google Code with ID 2293
Currently we have available only the refetchEvents, which destroys all the events and
then trigger the ajax that catches all events and renders them all again.
This is not the best way to implement an auto update, because the events are "flickering".
The ideal would be to have an option that only UPDATE events. In other words, performs
the Ajax and, according to the result, renders a new event that did not exist, update
an event already rendered or removes an event that no longer exists.
Reported by thiago@thiagomt.com
on 2014-09-23 21:20:57
Imported with 4 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:22 (15 by maintainers)
Top Results From Across the Web
FullCalendar: refetchEvents call causes to all meetings to ...
fullCalendar('refetchEvents') ), and if it succeeds, then call refetchevents. ... Use below approach instead of refetchEvents so it's not blinking.
Read more >Calendar::refetchEvents - Docs - FullCalendar
Refetches events from all sources and rerenders them on the screen. calendar.refetchEvents(). 10% of profits donated to effective charities.
Read more >changelog.txt
... #948) - prevent flicker when refetchEvents is called (#3123, ... **No more reliance on jQuery UI** for event dragging, resizing, or anything...
Read more >Source of CHANGELOG.md - scheduler - Bitbucket
eventAllow and constraints not respected when dragging event between ... #948); prevent flicker when refetchEvents is called (#3123, #2558) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arshaw I implemented the fix discussed by diogoalexfranco and helge.sverre, and submitted PR #3123. This PR supersedes #3094, and only removes 1 line of code.
Code complete and docs written but not yet released. Will update this thread when released.