Closed
Bug 465896
Opened 17 years ago
Closed 17 years ago
Many timezone startup errors on fresh profile [ReferenceError: standardOrDayLight is not defined]
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.0b1
People
(Reporter: ssitter, Assigned: dbo)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
819 bytes,
patch
|
ssitter
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081119 Calendar/1.0pre (BuildID: 20081119032303)
Steps to Reproduce:
1. Start Sunbird with clean profile
2. Check Error Console
Actual Results:
[[[
Error: ics-service doesn't recognize own tzid: America/Phoenix
ReferenceError: standardOrDayLight is not defined
Source File: file:///E:/sunbird/calendar-js/calTimezoneService.js
Line: 798
]]]
Message is repeated for all other timezones.
[[[
Warning: Warning: Using "floating" timezone.
No ZoneInfo timezone data matched the operating system timezone data.
]]]
Note: Timezone extension is packaged, installed and enabled.
| Assignee | ||
Comment 1•17 years ago
|
||
Assignee: nobody → daniel.boelzle
Status: NEW → ASSIGNED
Attachment #349183 -
Flags: review?(ssitter)
| Reporter | ||
Comment 2•17 years ago
|
||
Comment on attachment 349183 [details] [diff] [review]
fix - v1
r=ssitter
Attachment #349183 -
Flags: review?(ssitter) → review+
| Assignee | ||
Comment 4•17 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/389d3d2eac97>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → 1.0
| Reporter | ||
Comment 5•17 years ago
|
||
Verified fixed using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081120 Calendar/1.0pre (BuildID: 20081120121029).
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•