Closed Bug 43222 Opened 24 years ago Closed 24 years ago

Unable to Send page

Categories

(MailNews Core :: Composition, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: marina, Assigned: bugzilla)

Details

(Whiteboard: [nsbeta2+])

**** observed with 2000-06-20-08 build ****
Steps to reproduce:
-from the brower window go File|Send page
//note : no Mail Composition window comes up (i am able to send a link though)
re-assigning.
Assignee: mscott → ducarroz
Component: Mail Back End → Composition
nominate nsbeta2:

This is a regression from beta 1.  The "Send Page" feature does not work at all.
Severity: normal → critical
Keywords: nsbeta2
Something broken in the navigator JS:



JavaScript error: 

 line 0: SendPage is not defined



However, Send link still working. Should be easy to fix.

Status: NEW → ASSIGNED
Target Milestone: --- → M17
In today's build it is impossible to Send link either: i do get a composition 
window (as oppose to Send page case where i get none) but no link is insetred ( 
it was there yesterday...)
**** observed with 2000-06-21-08 build ****
I have a fix for the Send page bustage:

Index: mailEditorOverlay.xul
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/mailEditorOverlay.xul,v
retrieving revision 1.1
diff -r1.1 mailEditorOverlay.xul
29c29
<   	<broadcaster id="cmd_sendPage" value="&sendPage.label;" accesskey="&sendPage.accesskey;" oncommand=
"SendPage();"/>
---
>   	<broadcaster id="cmd_sendPage" value="&sendPage.label;" accesskey="&sendPage.accesskey;" oncommand="sendPage();"/>

Index: mailNavigatorOverlay.xul
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/mailNavigatorOverlay.xul,v
retrieving revision 1.1
diff -r1.1 mailNavigatorOverlay.xul
37c37
<   	<broadcaster id="cmd_sendPage" value="&sendPage.label;" accesskey="&sendPage.accesskey;" oncommand=
"SendPage();"/>
---
>   	<broadcaster id="cmd_sendPage" value="&sendPage.label;" accesskey="&sendPage.accesskey;" oncommand=
"sendPage();"/>
Whiteboard: Fix in hand
Putting on [nsbeta2+] radar.
Whiteboard: Fix in hand → [nsbeta2+]Fix in hand
fix reviewed by mscott.

Fixed and checked in. QA, if you still have problem with Send Link, please open 
a new bug. Thanks
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: [nsbeta2+]Fix in hand → [nsbeta2+]
it looks like Send a link is a random problem, i can not reproduce it right now, 
i do have a link inserted in the composition window.
Verifying fix...
QA Contact: lchiang → pratikd
pratik - if verified, pls mark "verified". Thanks.
Send Page from browser window opens up compose but the message window in compose 
is frozen. I don't see a link in the message window either nor can I type 
anything into it. Send doesn't work either. I am using 2000-06-26-08 M17 on NT4. 
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
hmm.... worked OK for me in today build 2000-06-26 on Win NT
Works fine for me too.
pratik, are use unsing plain text or html compose message?

Anyway, If you still have your problem, please file another bug.
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Looks like my current profile was currupted. Marking as fixed. 
Status: RESOLVED → VERIFIED
Using Build 2000-06-26 M17 on NT4, Linux and MAC
Verified: Fixed
*** Bug 45434 has been marked as a duplicate of this bug. ***
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.