Rotated day and week views are broken
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
91.57 KB,
image/png
|
Details | |
1.49 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
60.18 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
The time bar is still displayed vertically instead of horizontally, and everything else is squashed at the bottom, off-screen.
Comment 1•5 years ago
|
||
Is only Lightning 74 affected? Or older versions too? Do you get any error messages in console?
Assignee | ||
Comment 2•5 years ago
|
||
Looks fine on 73. No error messages, this is some sort of layout SNAFU. I wonder if mozilla-central changed something or if we just broke it.
Comment 3•5 years ago
|
||
Probably also a fallout of bug 1606130.
Comment 4•5 years ago
•
|
||
STR: In calendar view, go to View | Calendar | Current View | Rotate View
Notice things look weird, like in attachment 9120398 [details]
Alice, can you help find what broke it?
Comment 5•5 years ago
|
||
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=b4e1c22a54e49886946f3390c7369b1e5a1ce27c&tochange=e60c7640c9731b8be5780ceb72ad3c83784958cb
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e728bf01a2b60414e18ac3abed8af55d5ab35924&tochange=12fb5e522dd32b5ff50c8196c05b3ba9d244417e
Comment 6•5 years ago
|
||
Thanks! Some of the changes from mozilla-central then.
Comment 7•5 years ago
|
||
Confirmed by local backout this is from https://hg.mozilla.org/mozilla-central/rev/be0ddae5d705b31965fed36688abb0167d56bfdd
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
This fixes the immediate problem. I believe there was an existing minor issue with the columns not expanding to fill the space available at start-up, but I'm not attempting to fix that here.
Assignee | ||
Comment 9•5 years ago
|
||
This removes the duplication of the recurrence tests and instead runs the same tests twice with different parameters. It's not necessary to have two very similar sets of tests.
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a9db14ef8380
Fix layout of rotated calendar views. r=pmorris
https://hg.mozilla.org/comm-central/rev/1ea5b27c6245
Remove duplication of tests for recurrence. r=pmorris
Assignee | ||
Comment 13•5 years ago
|
||
Pushed with comment addressed, and some other unused variables removed.
Description
•