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.

refetching events should keep event popover open

See original GitHub issue

Default behavior: popover that appears from eventLimitClick button, let’s call it .fc-more-popover, automatically closes when user clicks elsewhere. Would it be possible to control this? I noticed there’s an autoHide option in the source.

Current use case: I’m adding event detail popovers displaying custom data / actions for each event, and I need to be able to close it. This works fine for non-hidden events, but those attached in the .fc-more-popover cannot close when the popover disappears.

I’m not 100% certain this is the solution to my issue, but I believe Bootstrap needs to attach a popover to a triggering element. So when .fc-more-popover disappears, the triggering element for the event detail popover located inside won’t close.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
drelfiencommented, Dec 1, 2017

Thanks for that catch, though I’m still wondering if there’s a way to not automatically hide that .fc-more-popover and close it only with its (x) button.

2reactions
arshawcommented, May 12, 2021

The issue of the popover closing due to an event refetch has been solved in v5.7.0

blog post: https://fullcalendar.io/blog/2021/05/new-features-in-v570

Read more comments on GitHub >

github_iconTop Results From Across the Web

Keep popover open while over content window with fullcalendar
I'm trying to figure out how to keep the fullcalendar popover open on hover once you hover from the event block to the...
Read more >
New Features in v5.7.0 - FullCalendar
fix: refetching events should keep event popover open (#3958); fix: accidental +more popover close with shadow dom (#6205); fix: dayGrid events ...
Read more >
Feature-rich And Draggable Event Calendar Plugin
@fullcalendar/google-calendar: Allows the plugin to load events from a public ... fix: refetching events should keep event popover open ...
Read more >
Source - GitHub
... refetching events should keep event popover open (#3958) - fix: accidental +more popover close with shadow dom (#6205) - fix: dayGrid events...
Read more >
Popovers - Bootstrap
Zero-length title and content values will never show a popover. Specify container: 'body' to ... Keep reading to see how popovers work with...
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