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

Schedules overlap when no duration (start == end) #154

Closed
khenderick opened this issue Jul 10, 2018 · 1 comment
Closed

Schedules overlap when no duration (start == end) #154

khenderick opened this issue Jul 10, 2018 · 1 comment
Assignees
Labels
Projects

Comments

@khenderick
Copy link

Version

1.4.0

Development Environment

Chrome 69.0

Current Behavior

When schedules don't have a duration (representing an instant event - e.g. "execute X at 15h45"), they overlap due to a minimum height (text height most likely), but are not drawn next to each other.

E.g. having two instant events at 15h00 and 15h05 in week view with start and end date identical. They will be drawn over each other. This would not happen if they had a duration of e.g. 10 minutes.

Expected Behavior

Even though the schedules strictly don't overlap. The logic should still position the schedules next to each other if the minimum height (line height) is larger than the actual duration.

@khenderick
Copy link
Author

Just noticed. When two of these "instant" events (no duration) happen at the same time (e.g. 15h00), they are actually drawn next to each other. However, there is 0px spacing between the events. When the events do have a duration, there's a few pixels of spacing.

@dongsik-yoo dongsik-yoo self-assigned this Jul 11, 2018
@dongsik-yoo dongsik-yoo added this to To do in Bug Fix via automation Jul 11, 2018
@dongsik-yoo dongsik-yoo moved this from To do to In progress in Bug Fix Jul 11, 2018
dongsik-yoo pushed a commit that referenced this issue Jul 16, 2018
fix: Schedules overlap when no duration (start == end) (close #154)
Bug Fix automation moved this from In progress to Done Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Bug Fix
  
Done
Development

No branches or pull requests

2 participants