Closed
Bug 442392
Opened 15 years ago
Closed 15 years ago
Expected errors are notified via dialog box
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: Fallen, Assigned: dbo)
References
Details
Attachments
(2 files)
6.64 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
3.00 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Due to the recent changes in error notifications, some now expected errors are shown in a dialog. For example, if you click on an invitation email in lightning, getItem fails for all calendars that don't have the item. This is ok, but an error dialog shows up. berend, could you look into this?
Flags: blocking-calendar0.9?
Assignee | ||
Comment 1•15 years ago
|
||
I think we just shouldn't fire onError in that case, because probing for an item (by id as well as by range) is a valid use case.
Flags: blocking-calendar0.9? → blocking-calendar0.9+
Assignee | ||
Comment 2•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #328382 -
Attachment is patch: true
Attachment #328382 -
Attachment mime type: application/octet-stream → text/plain
Attachment #328382 -
Flags: review?(philipp)
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → daniel.boelzle
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•15 years ago
|
||
BTW: gdata untested
Reporter | ||
Comment 5•15 years ago
|
||
Comment on attachment 328382 [details] [diff] [review] fix r=philipp for memory,storage,wcap
Attachment #328382 -
Flags: review?(philipp) → review+
Reporter | ||
Comment 6•15 years ago
|
||
This looks a bit better for gdata, please check it in instead
Attachment #328454 -
Flags: review?
Reporter | ||
Updated•15 years ago
|
Attachment #328454 -
Flags: review? → review+
Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6) > This looks a bit better for gdata, please check it in instead Done that, though I think throwing an exception with result code NS_OK is a bit odd. Checked in on HEAD and MOZILLA_1_8_BRANCH => FIXED.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.9
You need to log in
before you can comment on or make changes to this bug.
Description
•