Day/Week view can (inconsistently) produce squashed hour lines.
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(thunderbird_esr91 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
People
(Reporter: henry, Assigned: henry)
References
Details
Attachments
(2 files)
Steps to reproduce
Note: my windows manager is wayland.
- Open calendar (in non-rotated view).
- Grab the bottom edge of the window and drag up, and back.
- Grab a bottom corner of the window and drag up, and back.
- Grab the bottom edge of the window and drag up, then fullscreen and then un-fullscreen the window.
Result
In stages 3 and 4, the hour lines become very close together (the pixels per minute is very small).
Expect
Similar to stage 2, there should be a minimal pixels per minute.
Comment 1•8 months ago
|
||
For these kinds of bugs, a screenshot could be helpful.
Assignee | ||
Comment 2•7 months ago
|
||
D132244 for bug 1713130 will make stages 2 constituent with 3 and 4. But there's still the issue of the minimum pixels per minute being too small.
Assignee | ||
Comment 3•7 months ago
|
||
Here's the example of the small pixels per minute. The minimum is currently 0.1
https://searchfox.org/comm-central/rev/24389a8c5ecf3e4b3bf30af9c51a6c09a936ca63/calendar/base/content/calendar-multiday-view.js#2136 which would be 144 pixels for the entire day.
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 4•7 months ago
|
||
We choose a minimum pixelsPerMinute such that the timebar labels do not overflow.
Depends on D133369
Assignee | ||
Comment 5•7 months ago
|
||
Please check in after D133369 (bug 1713130)
Updated•7 months ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/1bc7809eec69
Choose a minimum pixelsPerMinute based on the timebar. r=darktrojan
Description
•