Closed
Bug 329669
Opened 19 years ago
Closed 19 years ago
Views don't update after changing timezone setting - restart required
Categories
(Calendar :: Lightning Only, defect)
Calendar
Lightning Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ssitter, Assigned: jminta)
Details
Attachments
(1 file)
7.73 KB,
patch
|
dmosedale
:
first-review+
|
Details | Diff | Splinter Review |
Views don't update after changing timezone setting - restart required
Steps to reproduce:
0) If not done yet: Go to Lightning pane in Thunderbird options/preferences
dialog select a timezone (e.g. Europe/Berlin (UTC+1)) and restart Thunderbird
1) Create an test event and note start time / end time
2) Go to Lightning pane in Thunderbird options/preferences dialog. Select
a different timezone (e.g. America/Los_Angeles (UTC-8)). Press Ok.
3) Check the created event in the view
--> Views have not changed, event is displayed as before
4) Restart Thunderbird and check the created event in the view
--> Event is now displayed with start and end time shifted to new timezone
(9 hours in this example)
Expected Results:
After changing the timezone settings the views should be updated automatically.
Assignee | ||
Comment 1•19 years ago
|
||
Probably depends on landing bug 321608, since that will finish implementing pref-observers in all views. These observers can then be wired to listen for the timezone pref too.
Updated•19 years ago
|
Whiteboard: [cal relnote]
Assignee | ||
Comment 2•19 years ago
|
||
Patch adds a listener for calendar.timezone.local to automatically refresh the views.
Comment 3•19 years ago
|
||
Comment on attachment 216319 [details] [diff] [review]
add timezone.local to pref listener
r=dmose
Attachment #216319 -
Flags: first-review?(dmose) → first-review+
Assignee | ||
Comment 4•19 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Whiteboard: [cal relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•