Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot drag (dnd addon) events from popup #1616

Open
jrtilson opened this issue Mar 19, 2020 · 1 comment
Open

Cannot drag (dnd addon) events from popup #1616

jrtilson opened this issue Mar 19, 2020 · 1 comment
Labels

Comments

@jrtilson
Copy link

Do you want to request a feature or report a bug?

Bug - Cannot drag events from the popup overlay when using the 'popup' prop

What's the current behavior?

When dragging an event from the '+ more' popup, the text is selected instead.

See gif in action:

2020-03-19 at 15 24

Codesandbox: https://codesandbox.io/s/react-big-calendar-dnd-example-jd8q3

As you'll see in the sandbox above, the 'onDragStart' callback is fired, which seems to indicate the the DND addon's wrapper is at least partially working.

What's the expected behavior?

Event in popup is draggable like other events in the calendar.


Has anyone run into this before? I've searched through the existing issues for this repo and it seems like dnd from the popup is supposed to be working.

@christianpatrick
Copy link
Contributor

Hey @jrtilson, we've run into this issue as well and ended up forking and re-factoring some of the core code to support this here: #1554

I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants