Refresh Calendar drop-down items not rendered while editing remote calendars
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr115 unaffected, thunderbird_esr128 unaffected, thunderbird129 affected, thunderbird130 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | unaffected |
thunderbird_esr128 | --- | unaffected |
thunderbird129 | --- | affected |
thunderbird130 | --- | fixed |
People
(Reporter: yogesh.girikumar, Assigned: freaktechnik)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
Steps to reproduce:
Under the calendar tab, right click on a remote calendar and click properties
Actual results:
The "refresh calendar" option drop-down was empty (unrendered).
Clicking on the dropdown shows several "blank" entries except for the last one - "Manual"
Expected results:
Drop-down should have displayed multiple time interval options.
Assignee | ||
Comment 2•4 months ago
|
||
Error console:
[fluent] Missing message in locale en-US: calendar-properties-every-minute calendar-properties-dialog.xhtml
[fluent] Couldn't find a message: calendar-properties-every-minute calendar-properties-dialog.xhtml
Comment 3•4 months ago
|
||
Hello,
We have managed to reproduce this issue with Windows 11, Ubuntu 22 and macOS 14.
Issue was reproduced on 129.0b1(20240708223515) and 130.0a1(20240709104114), however 115.13.0 and 128.0esr are unaffected.
Also managed to determine that this issue is a regression. Below is the relevant regression information:
2024-07-10T15:50:46.204000: DEBUG : Starting merge handling...
2024-07-10T15:50:46.204000: DEBUG : Using url: https://hg.mozilla.org/comm-central/json-pushes?changeset=235dfb49109fce5662792182d08e8007956d16ae&full=1
2024-07-10T15:50:46.204000: DEBUG : redo: attempt 1/3
2024-07-10T15:50:46.204000: DEBUG : redo: retry: calling _default_get with args: ('https://hg.mozilla.org/comm-central/json-pushes?changeset=235dfb49109fce5662792182d08e8007956d16ae&full=1',), kwargs: {}, attempt #1
2024-07-10T15:50:46.204000: DEBUG : urllib3.connectionpool: Resetting dropped connection: hg.mozilla.org
2024-07-10T15:50:47.142000: DEBUG : urllib3.connectionpool: https://hg.mozilla.org:443 "GET /comm-central/json-pushes?changeset=235dfb49109fce5662792182d08e8007956d16ae&full=1 HTTP/1.1" 200 None
2024-07-10T15:50:47.360000: DEBUG : Found commit message:
Bug 1903665 - Port bug 1903519: Move pending print preview styles into a new toolkit stylesheet. r=aleca
Port of https://hg.mozilla.org/mozilla-central/rev/ff591ef0aaa6fd35dc89464f6e61b246228bcf35
Differential Revision: https://phabricator.services.mozilla.com/D214333
2024-07-10T15:50:47.360000: DEBUG : Did not find a branch, checking all integration branches
2024-07-10T15:50:47.360000: INFO : The bisection is done.
2024-07-10T15:50:47.360000: INFO : Stopped
Here is the pushlog_URL generated by above bisection.
It would seem that the culprit of this regression would be : bug 1893758
Assignee | ||
Comment 4•4 months ago
|
||
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Pushed by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/fb4c03a325a6
Fix calendar refresh dropdown. r=vineet
Description
•