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.

Background events don't fire eventClick in timeGrid

See original GitHub issue

change one of the events in codepen to

      {
        start: '2020-05-02T15:00',
        end: '2020-05-02T15:00',
        overlap: false,
        display: 'background'
      },

Follow by changing the calendar to the week view. Clicking on the background time slot won’t trigger the click event. Am I missing something or this is a valid problem.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
arshawcommented, Aug 1, 2020

Issues like this will be fixed in v5.2.0: https://codepen.io/arshaw/pen/OJMKvZw?editors=001

0reactions
floofydougcommented, Aug 11, 2022

I am also not able to get an eventClick to fire from timeGridDay with resources. Tried going back to v5.2.0 but unfortunately that version does not support React 17.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firing Events - Testing Library
Convenience methods for creating DOM events that can then be fired by fireEvent , allowing you to have a reference to the event...
Read more >
Using fullcalendar.js how do I display slot time start on every ...
I don't know why the event is not on the right spot. If I click on the calendar though, the google calendar events...
Read more >
eventClick - Docs - FullCalendar
eventClick. Triggered when the user clicks an event. function( eventClickInfo ) { }. eventClickInfo is a plain object with the following properties: ...
Read more >
onEmptyClick Gantt Docs - DHTMLX Documentation
onEmptyClick. fires when the user clicks on an empty space in the Gantt chart (not on tasks). void onEmptyClick(Event e){ ...
Read more >
angular-calendar documentation - GitHub Pages
month-view: dont fire click event when dropping event in cell (1b81353), ... week-view: have time grid events fill available space (8571528), closes #833 ......
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