fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragging external event inside modal on top of calendar creates event in the calendar

maximAlekseev opened this issue · comments

Hello!

Having strange issue with my modal with external events. I have a timeline calendar, full page width, and modal with absolute position, on top of the calendar.

The issue is that if you drag the event from this modal a bit, inside the same modal - event is dropped into calendar into the cell behind modal.

Expected behavior: event is only dropped to calendar if it's moved to calendar area, but inside modal it can be moved anywhere, event should not be applied.

Do I miss something? What could be the issue here? Thanks in advance!

If this is a question, please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.