Can not modify immutable data container'Can not modify immutable data container' when calling method: [calIRecurrenceInfo::appendRecurrenceItem]
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
Related to or even caused by bug 1581909?
Getting a ton of these in the console
console.warn: Lightning: Message: [Exception... "Can not modify immutable data container'Can not modify immutable data container' when calling method: [calIRecurrenceInfo::appendRecurrenceItem]" nsresult: "0x80460002 (NS_ERROR_OBJECT_IS_IMMUTABLE)" location: "JS frame :: file:///home/magnus/Code/tb/mozilla/obj-x86_64-pc-linux-gnu/dist/bin/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calStorageCalendar.js :: _assureRecurringItemCaches/< :: line 1749" data: no]
Reporter | ||
Comment 1•5 years ago
|
||
STR: subscribe to https://www.thunderbird.net/media/caldata/FinlandHolidaysSwedish.ics
Assignee | ||
Comment 2•5 years ago
|
||
Turns out this is caused by an idiot (me) doing things in the wrong order. Bug 1581909 didn't fix it at all.
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/1aad624d21ac
Delete calendar item from cache before checking it's not in the cache. r=pmorris
Comment 5•5 years ago
|
||
Great selection of spelling errors in this code :-( - Since when it "can not" correct in English?
Comment 6•5 years ago
|
||
Sigh, that broke comm/calendar/test/unit/test_providers.js. I'll let you deal with the bustage.
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/0b026e14ea5d
follow-up - Stop checking item creation date is null after creating the item; rs=bustage-fix
Description
•