-
Notifications
You must be signed in to change notification settings - Fork 259
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
startHour
in WeekView
Causing Incorrect Display of Quarter Hours
#387
Labels
Comments
Same to me. for now I fixed by this until release fix:
|
Really thanks, I'll try that |
Any updates to when this will be fixed? |
ParthBaraiya
added
bug
Something isn't working
priority:1
Bug/Enhancement with highest priority.
labels
Sep 13, 2024
ParthBaraiya
added a commit
that referenced
this issue
Sep 14, 2024
7 tasks
ParthBaraiya
added a commit
that referenced
this issue
Sep 14, 2024
PRBaraiya
added a commit
that referenced
this issue
Sep 16, 2024
🐛 Fixes issue in quarter hours when startHour is provided. #387
Nice! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all
Description
I am experiencing an issue with the
WeekView
widget where the quarter hours are not displayed correctly when thestartHour
property is set.Code
Here is the relevant portion of my code:
Problem
The quarter-hour indicators are displayed correctly when the
startHour
property is not set. However, when I setstartHour: 7
, the quarter hours are not displayed correctly. They appear to start from 12:15 instead of 7:00.Visualization
I have attached an image to illustrate the issue:
Steps to Reproduce
WeekView
widget.startHour
property to any value (e.g.,startHour: 7
).showQuarterHours: true
.Expected Behavior
The quarter-hour indicators should start displaying from the set
startHour
(e.g., 7:00) and not from 12:15.Environment
The text was updated successfully, but these errors were encountered: