Closed
Bug 357481
Opened 19 years ago
Closed 19 years ago
Tasks with 'floating' timezone are not displayed
Categories
(Calendar :: Provider: Local Storage, defect)
Calendar
Provider: Local Storage
Tracking
(Not tracked)
VERIFIED
FIXED
Sunbird 0.5
People
(Reporter: ssitter, Assigned: mattwillis)
References
()
Details
(Whiteboard: [verified0.3.1])
Attachments
(2 files)
|
1.02 KB,
text/plain
|
Details | |
|
1.28 KB,
patch
|
mvl
:
first-review+
mvl
:
second-review+
|
Details | Diff | Splinter Review |
Tasks with 'floating' timezone are not displayed
Steps to Reproduce:
1. Import attached ics file into storage calendar
2. Check task list and calendar view
Actual Results:
'Task 1 - with timezone' is displayed. 'Task 2 - UTC' is displayed.
'Task 3 - floating' is not displayed.
Expected Results:
'Task 3 - floating' is displayed too.
Additional Information:
Steps above work fine for ics provider.
Using 3rd party tool to inspect 'storage.sdb' file showed that all three tasks were imported successfully.
| Reporter | ||
Comment 1•19 years ago
|
||
Testcase contains three simple tasks:
Task 1 using datetimes with timezone '/mozilla.org/20050126_1/Europe/Berlin'
Task 2 using datetimes in UTC
Task 3 using 'floating' datetimes
| Reporter | ||
Updated•19 years ago
|
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → lilmatt
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #242994 -
Flags: second-review?(mvl)
Attachment #242994 -
Flags: first-review?(ssitter)
| Assignee | ||
Comment 3•19 years ago
|
||
If you import the testcase before applying this patch, you'll see only the two non-floating tasks in the todo unifinder. Once you apply this patch, you'll see all three.
Whiteboard: [patch in hand][needs review ssitter mvl]
Comment 4•19 years ago
|
||
Comment on attachment 242994 [details] [diff] [review]
fixes typo in storage provider's getItems() if (wantTodos)
r=mvl
Attachment #242994 -
Flags: second-review?(mvl)
Attachment #242994 -
Flags: second-review+
Attachment #242994 -
Flags: first-review?(ssitter)
Attachment #242994 -
Flags: first-review+
| Assignee | ||
Comment 5•19 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → Sunbird 0.5
Updated•19 years ago
|
Flags: blocking-calendar0.3.1?
Updated•19 years ago
|
Flags: blocking-calendar0.3.1? → blocking-calendar0.3.1+
| Reporter | ||
Updated•19 years ago
|
Whiteboard: [patch in hand][needs review ssitter mvl]
| Assignee | ||
Comment 6•19 years ago
|
||
Patch checked in for 0.3.1
LIGHTNING_0_3_BRANCH:
Checking in providers/storage/calStorageCalendar.js;
/cvsroot/mozilla/calendar/providers/storage/calStorageCalendar.js,v <-- calStorageCalendar.js
new revision: 1.61.2.23.2.1; previous revision: 1.61.2.23
SUNBIRD_0_3_BRANCH:
Checking in providers/storage/calStorageCalendar.js;
/cvsroot/mozilla/calendar/providers/storage/calStorageCalendar.js,v <-- calStorageCalendar.js
new revision: 1.94.2.1; previous revision: 1.94
Marking [fixed0.3.1]
Whiteboard: [fixed0.3.1]
Comment 7•19 years ago
|
||
Verifying fixed with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20070129 Calendar/0.3.1pre - Build ID: 2007012905
Verfied: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20070203 Sunbird/0.3.1
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [fixed0.3.1] → [verified0.3.1]
You need to log in
before you can comment on or make changes to this bug.
Description
•