Calendar printing: monthly grid - day of week is borked
Categories
(Calendar :: Calendar Frontend, defect, P1)
Tracking
(thunderbird_esr128 unaffected, thunderbird134 affected)
Tracking | Status | |
---|---|---|
thunderbird_esr128 | --- | unaffected |
thunderbird134 | --- | affected |
People
(Reporter: stephen.g.price, Assigned: darktrojan)
References
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
Printing the calendar, can be reproduced all the time
Actual results:
Dates ( Mon - Sun ) do not line up with the correct numbers
Expected results:
see attached image
Comment 1•7 months ago
|
||
I see this. Seems my weeks show as starting on Tuesdays... And Sundays are not a thing?
Would assume bug 1917411 regressed this.
Assignee | ||
Comment 2•7 months ago
|
||
It is indeed. Those weekday names changed from 1-indexed to 0-indexed, so we're off by one.
Assignee | ||
Comment 3•7 months ago
|
||
I fixed the month grid weekday labels (an off-by-one error) and while making a test I noticed that
the document title on the same view was still constructed by mashing strings together, so I
changed that to use proper methods.
Assignee | ||
Updated•7 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/97d362ef521b
Fix some L10n mistakes in calendar printing. r=mkmelin
Comment 6•7 months ago
|
||
It yet only fixed in daily development builds. After it's uplifted to beta (watch this bug) you can see it fixed in beta.
Description
•