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

In the week view, events are completely covered by other schedules and are not visible. #2348

Open nobelparking opened 1 year ago

nobelparking commented 1 year ago

Check that this is really a bug

Reproduction link

https://jquense.github.io/react-big-calendar/examples/index.html?path=/docs/examples--example-2

Bug description

image

I have attached a screenshot of the reproduction I made on the demo page.

As you can see in the image, I have created 1 to 6 events on the demo page library. The 5th event is scheduled from 12 to 2 PM, but it is completely invisible due to being covered by the 4th and 6th events.

Additionally, the 2nd event is scheduled from 10 AM to 12 PM, but the part from 11 AM to 12 PM is not visible as it is covered by the 4th event.

Expected Behavior

the 5th event should be visible and the 2nd event should display its full time range. To make it easier for you to understand, I've attached a screenshot of a similar schedule created in Google Calendar.

image

Actual Behavior

No response

react-big-calendar version

1.5.2

React version

17.0.2

Platform/Target and Browser Versions

macOS Chrome 109.0.5414.87

Validations

Would you like to open a PR for this bug?

cutterbl commented 1 year ago

I do not see a reproduction link that shows the issue. Please fork the sample Codesandbox to fully recreate the issue for review.

handjunyoung commented 1 year ago

@cutterbl hello. I made a Reproduction Link. If you enter the link below, you can see the problem like the screenshot. https://codesandbox.io/s/react-big-calendar-example-forked-8cezxp?file=/src/App.js:0-557

cutterbl commented 1 year ago

@handjunyoung It appears that you have recently resolved this in your forked repo. Would you submit a PR with your fix?

ArtemMayorov commented 1 year ago

@handjunyoungПохоже, вы недавно разрешили это в своем разветвленном репо. Не могли бы вы отправить PR с вашим исправлением?

join the question

handjunyoung commented 1 year ago

@cutterbl @ArtemMayorov Okay! I'll write a PR and post it.