-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Check that this is really a bug
- I confirm
Reproduction link
Bug description
Is there a way to resize a dragged event from outside?
Steps to reproduce
- Drag an event onto the calendar’s 1-Day view.
- Hover over the newly dragged event.
=> The resize icon should appear. But not in real.
====
I’ve found a temporary workaround: by forcing the component to re-render after dragging, the dragged item converts from a preview item to an event item, allowing resizing. However, this causes a scrolling issue on the calendar after re-rendering , where I’d like to maintain the same y-position in the scrollable calendar view.
Screen.Recording.2024-11-13.at.19.19.57.mov
Expected Behavior
No response
Actual Behavior
No response
react-big-calendar version
1.15.0
React version
17.0.2
Platform/Target and Browser Versions
macOS
Validations
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Make sure this is a react-big-calendar issue and not an implementation issue
Would you like to open a PR for this bug?
- I'm willing to open a PR