Closed
Bug 214391
Opened 23 years ago
Closed 23 years ago
Dragservice isn't always available
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
959 bytes,
patch
|
neil
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Error: uncaught exception: [Exception... "Component returned failure code:
0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]"
nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)"
location: "JS frame ::
chrome://messenger/content/addressbook/abMailListDialog.js :: <TOP_LEVEL> ::
line 50" data: no]
50:
var gDragService =
Components.classes["@mozilla.org/widget/dragservice;1"].getService();
gDragService = gDragService.QueryInterface(Components.interfaces.nsIDragService);
Attachment #128829 -
Flags: superreview?(bz-vacation)
Attachment #128829 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•23 years ago
|
||
Comment on attachment 128829 [details] [diff] [review]
wrap in try
sr=me if you indent that or something too.
Attachment #128829 -
Flags: superreview?(bz-vacation) → superreview+
Comment 3•23 years ago
|
||
Comment on attachment 128829 [details] [diff] [review]
wrap in try
What bz said. Also brace style in that file looks to be always on their own
line.
Attachment #128829 -
Flags: review?(neil.parkwaycc.co.uk) → review+
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•