jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.82k stars 2.23k forks source link

Popup under "more" doesn't allow for click #2418

Open Bielik20 opened 1 year ago

Bielik20 commented 1 year ago

Check that this is really a bug

Reproduction link

https://codesandbox.io/s/react-big-calendar-example-forked-6nnn2m?file=/src/App.js

Bug description

When expanding popup with "+n more" and then choosing specific event it doesn't allow to click bin icon, it is discarded: image

When you click on NOT expanded "Some Event 2" and in console you should see "should delete"

When you click on "+n more" clicking on one EXPANDED item does not trigger event, popup will just close.

This bug exists since version 1.2.1.

Expected Behavior

No response

Actual Behavior

No response

react-big-calendar version

1.8.1

React version

18.2.0

Platform/Target and Browser Versions

macOS Chrome

Validations

Would you like to open a PR for this bug?

ikrammt commented 5 months ago

Hi , Confirming the reported bug: when expanding the popup with "+n more" in the calendar, event deletion becomes unresponsive. Clicking on expanded items also fails to trigger events. Reproduction Link: Link