Open
Conversation
… wrong display of customized view.
… wrong display of customized view.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes two calendar regressions in the custom day view.
When a custom calendar view uses a filtered hour range such as
8-23, timed tasks could be created or rendered at incorrect positions because the visible time grid was still being interpreted against the full0-24range. This PR corrects the time-slot mapping and timed event positioning so custom day views display tasks at the expected hours.This PR also fixes the awkward jump-to-top behavior after task edits or completion toggles in the day/week calendar view by preserving and restoring the time-grid scroll position during refreshes. In addition, it improves timed range resolution so tasks with explicit start/end-like metadata are rendered with the correct duration in calendar views.
Type of Change
Checklist
Related Issues
Closes #(issue number)