Closed
Bug 395639
Opened 18 years ago
Closed 18 years ago
Events with same UID's overlap
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
VERIFIED
FIXED
0.7
People
(Reporter: andreas.treumann, Assigned: michael.buettner)
Details
Attachments
(3 files)
STEPS TO REPRODUCE:
===================
- Create two new network calendars
- create a file url and use the local stored attached *.ics files
- look at week 36 in the week view
RESULT:
=======
- the events at September 4th between 03:00 and 4:00 pm overlapps
EXPECTED RESULT:
================
- thew events should not overlapps
REPRODUCIBLE:
=============
- always
Assignee | ||
Updated•18 years ago
|
Summary: [Proto Subscribtion] Events with same UID overlapps → Events with same UID's overlap
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Assignee | ||
Comment 4•18 years ago
|
||
The new layout code still used the id of events in order to compare them. This obviously gets screwed up in case we're facing events with the same id from different calendars. That's why the new hash-identifier has been introduced. This patch corrects those locations where the hash-identifier has to be used instead of the undecorated identifier.
Attachment #280447 -
Flags: review?(daniel.boelzle)
Comment 5•18 years ago
|
||
Comment on attachment 280447 [details] [diff] [review]
patch v1
r=dbo
Attachment #280447 -
Flags: review?(daniel.boelzle) → review+
Assignee | ||
Comment 6•18 years ago
|
||
patch checked in on trunk and MOZILLA_1_8_BRANCH
-> FIXED
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Target Milestone: --- → 0.7
Reporter | ||
Comment 7•18 years ago
|
||
Checked in Sunbird (20070913) and Lightning (2007091303) -> VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•