question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no flicker on refretchEvents

See original GitHub issue

Originally 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:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:22 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
caseyjholcommented, Apr 18, 2016

@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.

1reaction
arshawcommented, Jun 19, 2016

Code complete and docs written but not yet released. Will update this thread when released.

Read more comments on GitHub >

github_iconTop 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 >
fullcalendar | Yarn - Package Manager
Fast, reliable, and secure dependency management.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found