Closed
Bug 11485
Opened 25 years ago
Closed 25 years ago
nsIMsgDrafts interface needs to be accessible
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: ppandit, Assigned: rhp)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
using a debug build from August 6
Wrote a javscript testcase with the following code:
service =
Components.classes['component://netscape/messengercompose/drafts'].getService();
dump("Got the draft service: " + service + "\n");
draftsesession = service.QueryInterface(Components.interfaces.nsIMsgDraft);
dump("Got the draft session: " + draftsesession + "\n");
The result was
JavaScript error: Components.classes["component://netscape/messengercompose/draf
ts"] has no properties
URL: file:///K|/suites/mail/mncompose005.html LineNo: 48
Par
Updated•25 years ago
|
Target Milestone: M10
Comment 2•25 years ago
|
||
Marking M10 to get off radar. JFD, set the correct target when you get the
chance.
Updated•25 years ago
|
Assignee: ducarroz → rhp
Comment 3•25 years ago
|
||
rassign to rhp
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•25 years ago
|
||
I have a fix for this in my tree...will get this checked in when the tree
opens.
- rhp
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Checked in the fix last night...should work now.
- rhp
VERIFIED using a mncompose005.html and a debug build from August 18.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•