Closed
Bug 433839
Opened 17 years ago
Closed 17 years ago
Uncaught exception in dnd code
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: dbo, Assigned: dbo)
Details
Attachments
(1 file)
|
1.31 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Dragging a csv file onto calendar grid, I get the following uncaught exception:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: chrome://calendar/content/calendar-dnd-listener.js :: calDNDDrop :: line 229" data: no]
| Assignee | ||
Comment 1•17 years ago
|
||
Don't rely on data to provide nsISupportsString
Assignee: nobody → daniel.boelzle
Status: NEW → ASSIGNED
Attachment #321033 -
Flags: review?(philipp)
Comment 2•17 years ago
|
||
Comment on attachment 321033 [details] [diff] [review]
fix
A comment in the catch block would be nice.
r=philipp
Attachment #321033 -
Flags: review?(philipp) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH => FIXED.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.9
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: PC → All
Comment 4•17 years ago
|
||
Checked in lightning build 2008080603 and sunbird 20080805 -> VERIFIED
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•