refetching events should keep event popover open
See original GitHub issueDefault 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:
- Created 6 years ago
- Comments:11 (3 by maintainers)
Top 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 >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
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.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