Closed
Bug 404039
Opened 17 years ago
Closed 16 years ago
New added tasks don't appear in task list
Categories
(Calendar :: Tasks, defect, P1)
Calendar
Tasks
Tracking
(Not tracked)
VERIFIED
FIXED
1.0b1
People
(Reporter: martin.rohrmeier, Assigned: berend.cornelius09)
References
Details
(Keywords: dataloss)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: Lightning 0.7
Once new tasks are added, they don't appear immediately in the task list. I have to change view (e.g. to Calendar, then back to Email) before the tasks appear on the list.
Reproducible: Always
Steps to Reproduce:
1.add a new task to list of tasks
2.Task doesn't appear
3.Change or update view -> task now appears
Comment 1•17 years ago
|
||
Works for me using Lightning 0.8pre (2007111604) Thunderbird 2.0.0.10pre (20071116) on Windows 2000. Tested with local storage and ics calendar.
What type of calendar do you use? Do you see any error messages in the console?
This is happening on my installation as well, exactly as described, but with the latest trunk builds. Same platform - Windows XP. No special calendar types - just the default calendar.
Lightning 0.6a1 (2008011406) installed on Thunderbird 3.0a1pre (2008010103)
Comment 3•17 years ago
|
||
WFM using Lt 2008020902 and Thunderbird 2.0.0.9
I can confirm it for trunk build: Lt 0.6a1 2008020910 and Tb version 3.0a1pre (2008020903)
Comment 4•17 years ago
|
||
I just installed Lt 2008061519, Tbird 20080421 and see the same behavior (don't get a refresh).
I also don't get a refresh if I delete a task.
Comment 5•17 years ago
|
||
> I just installed Lt 2008061519, Tbird 20080421 and see the same behavior
Thunderbird 2.* + Lightning 0.9pre or Thunderbird 3.* + Lightning 0.6a1?
Comment 6•17 years ago
|
||
Sorry.. Tbird 2.0.0.14 (20080421) and Lightning 0.9pre (2008061519)
Updated•16 years ago
|
Flags: wanted-calendar1.0?
Comment 7•16 years ago
|
||
I can confirm this issue on latest comm-central builds: adding tasks via today pane or task mode doesn't show up immediately.
Flags: wanted-calendar1.0? → blocking-calendar1.0+
Updated•16 years ago
|
Flags: tb-integration?
Comment 8•16 years ago
|
||
toggling the show/hide completed task checkbox makes new tasks appear.
This is one of those "initial experience" bugs that look bad.
Comment 9•16 years ago
|
||
The thing is that the observer isn't called anymore. The only property of the observer that get's loaded is the queryinterface. Afterwards it isn't called at all. The filters are working, because they call a refresh function that isn't concerned of the observer. The problem can't be the calendar tree code itself as the last modifications were working without a problem.
Maybe the queryinterface breaks "magically", opening the task or event tab raises an error of the kind:
JavaScript error: , line 0: uncaught exception: [Exception... "Component
returned failure code: 0x80004002 (NS_NOINTERFACE)
[nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)"
location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data:
no]
Possible things are modifications on the addObserver methods or changes in xbl itself.
It doesn't work for me on linux, so I think that this is a multi platform problem.
Comment 10•16 years ago
|
||
It isn't a problem in the "our" code, even reverting the comm-central repo to the 15.oct doesn't get this bug away for me.
Comment 11•16 years ago
|
||
(In reply to comment #9)
> JavaScript error: , line 0: uncaught exception: [Exception... "Component
> returned failure code: 0x80004002 (NS_NOINTERFACE)
> [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)"
> location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data:
> no]
See Calendar Bug 459731 -> Core Bug Bug 459790.
Updated•16 years ago
|
Flags: tb-integration? → tb-integration+
Updated•16 years ago
|
Priority: -- → P1
Comment 12•16 years ago
|
||
Seems to be fixed by Bug 463282 (on Win) but I can still reproduce it on Mac hmm
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → Berend.Cornelius
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Updated•16 years ago
|
Summary: [Trunk] New added tasks don't appear in task list → New added tasks don't appear in task list
Comment 13•16 years ago
|
||
This seems fixed (on Mac) with builds from the 7th, probably by bug 460266 ?
Assignee | ||
Comment 14•16 years ago
|
||
in reply to comment #13
I think so, too
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → 1.0
Comment 15•16 years ago
|
||
I checked this on Windows and Linux and this bug is fixed -> VERIFIED
Status: RESOLVED → VERIFIED
Updated•15 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
•