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

Bug Report: Overlapping Tasks Issue in React-Big-Scheduler #273

Open
sauvikGoel-logicSquare opened this issue Oct 16, 2024 · 2 comments
Open

Comments

@sauvikGoel-logicSquare
Copy link

When creating tasks in react-big-scheduler, if two tasks overlap in time and one has a larger range, the larger task completely hides the smaller task, making the smaller task invisible in the scheduler view.

Screenshot 2024-10-16 at 5 23 13 PM

Steps to Reproduce

  • Create two tasks:
  • Task 1: Scheduled from 1:00 PM to 1:30 PM.
  • Task 2: Scheduled from 12:30 PM to 3:00 PM.
  • Render these tasks in the scheduler for the same date.
  • Task 2 (the longer duration task) completely overlaps and hides Task 1 (the shorter duration task).

Expected Behavior
Both tasks should be visible in the scheduler, with the overlapping area clearly indicated (e.g., side-by-side or layered).

Actual Behavior
Task 2 fully hides Task 1, making Task 1 completely invisible.

Environment

react-big-scheduler version: ^0.2.7
React version: ^18.2.0
Browser: 130.0.6723.59

Additional Notes
The issue seems to occur specifically when Task 2 starts before and ends after Task 1, causing Task 2 to completely hide Task 1.

@fraxes087
Copy link

did you resolve this issue? I'm having the same problem in mi project.

@Bilal98815
Copy link

I am facing this issue too. I have tried multiple things but didn't work.

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

No branches or pull requests

3 participants