Closed
Bug 396873
Opened 18 years ago
Closed 18 years ago
Event dialog is messed up if being subscribed to old Sunbird calendar (Error "standard has no properties" in calUtils.js)
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
VERIFIED
FIXED
0.7
People
(Reporter: ssitter, Assigned: michael.buettner)
Details
Attachments
(1 file)
1.23 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8pre) Gecko/20070919 Calendar/0.7pre
Event dialog is messed up if being subscribed to old Sunbird calendar (Error "standard has no properties" in calUtils.js)
1. Start Sunbird with clean profile
2. Subscribed to
http://dl.erweiterungen.de/kalenderdateien/Schulferien_2007-2008_SN.ics
3. Open New Event or New Task dialog
Actual results:
Dialog is messed up. All event and task controls are displayed at once.
Console shows:
Error: standard has no properties
Source File: chrome://calendar/content/calUtils.js
Line: 168
From looking at the .ics file it seems that the calendar was created using Sunbird 0.2 or the old Calendar extension:
BEGIN:VCALENDAR
VERSION
:2.0
PRODID
:-//Mozilla.org/NONSGML Mozilla Calendar V1.0//EN
BEGIN:VTIMEZONE
TZID
:/Mozilla.org/BasicTimezones/GMT
LOCATION
:GMT
END:VTIMEZONE
...
Assignee | ||
Comment 1•18 years ago
|
||
guessSystemTimezone() throws an exception in this case, which screws up the dialog at the end of the day.
Assignee: nobody → michael.buettner
Status: NEW → ASSIGNED
Attachment #281645 -
Flags: review?(daniel.boelzle)
Comment 2•18 years ago
|
||
Comment on attachment 281645 [details] [diff] [review]
patch v1
r=dbo
Attachment #281645 -
Flags: review?(daniel.boelzle) → review+
Assignee | ||
Comment 3•18 years ago
|
||
patch checked in on trunk and MOZILLA_1_8_BRANCH
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Target Milestone: --- → 0.7
Reporter | ||
Comment 4•18 years ago
|
||
Verified using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8pre) Gecko/20071002 Sunbird/0.7
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•