Open
Bug 409094
Opened 18 years ago
Updated 3 years ago
Today-pane does not provide a timezonechange listener.
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: berend.cornelius09, Unassigned)
References
(Blocks 1 open bug)
Details
When the timezone is changed the todaypane should immediately adapt accordingly. Apart from that the following comment from philipp in bug 389854 should be considered.
>>+ setDaywithjsDate: function(aNewDate)
>>+ {
>>+ var newdatetime = jsDateToDateTime(aNewDate);
>>+ newdatetime = newdatetime.getInTimezone(calendarDefaultTimezone());
>>+ document.getElementById("aMinimonthPopupset").hidePopup();
>>+ return this.setDay(newdatetime);
>>+ },
>I know this is the way it was before, but is it correct to call getInTimezone
>here? Should we not set the timezone by passing calenarDefaultTimezone() to
>jsDateToDateTime()?
Reporter | ||
Updated•18 years ago
|
OS: Solaris → All
Hardware: Sun → All
Reporter | ||
Comment 1•17 years ago
|
||
One thing that should be dealt with on the way is or in another bug is to adapt the Soon duration when the respective preference changes. See
Bug 455542 - Soon is subjective and should be configurable
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•