Closed
Bug 204882
Opened 22 years ago
Closed 22 years ago
CTRL-M fails in Browser windows, can't launch mail
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
mozilla1.4final
People
(Reporter: 3.14, Assigned: shliang)
References
Details
(Keywords: regression, smoketest)
Attachments
(1 file)
869 bytes,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507
CTRL-M fails to open a new mail window in the browser window (it is also no
longer listed as a shortcut in the file menu).
pi
Comment 1•22 years ago
|
||
this was fine with builds from 2003.05.05, but regressed with builds from
2003.05.06.
Keywords: nsbeta1
Comment 2•22 years ago
|
||
this might be shuehan's.
Comment 3•22 years ago
|
||
over to shuehan to investigate
Assignee: aaronl → shliang
Target Milestone: --- → mozilla1.4final
Comment 4•22 years ago
|
||
seth thinks might be due to bug 144828.
Comment 5•22 years ago
|
||
shuehan doesn't see this in her tree, but I see it.
that makes me think she hasn't checked everything in.
Status: NEW → ASSIGNED
Comment 6•22 years ago
|
||
even worse
file | new | message
fails! I get an alert
"content/messengercompose/messengercompose.xul cannot be found"
file | new | addresbook card, same badness
I fear 1.4 beta went out the door with this.
Flags: blocking1.4+
Comment 7•22 years ago
|
||
maybe something is wrong with my build?
now that shuehan has landed the rest of
http://bugzilla.mozilla.org/show_bug.cgi?id=144828
let me update and rebuild.
Comment 8•22 years ago
|
||
1.4b release under Win2000 is missing the shortcut ^M, but both "New Message"
and "New Address Book Card" work via the menu.
Comment 9•22 years ago
|
||
some observations using mozilla 1.4beta.
a. if i do a complete install, File - New - Message (and File - New - Address
Book Card) work fine. tested in both browser and mailnews 3pane windows.
b. if i do a navigator-only install, File - New - Message is still a menu item.
access it doesn't do anything. should it even be there in such installations?
fwiw, here's the js console output:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIExternalProtocolService.loadUrl]"
nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame ::
chrome://navigator/content/mailNavigatorOverlay.xul :: openExternalMailer ::
line 73" data: no]
Comment 10•22 years ago
|
||
I clobbered and rebuilt, on win2k, and it is still horked.
Comment 11•22 years ago
|
||
the change to content.rdf for 144828, which just landed today, has made this a
blocker.
I can't open mail.
Severity: normal → blocker
Keywords: smoketest
Summary: CTRL-M fails in Browser windows → CTRL-M fails in Browser windows, can't launch mail
Assignee | ||
Comment 12•22 years ago
|
||
i had removed mailNavigatorOverlay from contents.rdf but mailOverlay is needed
Assignee | ||
Comment 13•22 years ago
|
||
checked in, r/sr/a=sspitzer
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 14•22 years ago
|
||
*** Bug 204925 has been marked as a duplicate of this bug. ***
Comment 15•22 years ago
|
||
thanks shuehan.
Comment 16•22 years ago
|
||
sarah:
b. if i do a navigator-only install, File - New - Message is still a menu item.
access it doesn't do anything. should it even be there in such installations?
fwiw, here's the js console output:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIExternalProtocolService.loadUrl]"
nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame ::
chrome://navigator/content/mailNavigatorOverlay.xul :: openExternalMailer ::
line 73" data: no]
is that on windows, mac, and/or linux?
Comment 17•22 years ago
|
||
I bet linux:
mozilla\uriloader\exthandler\unix\nsOSHelperAppService.cpp(1244)
NS_IMETHODIMP nsOSHelperAppService::LoadUrl(nsIURI * aURL)
{
LOG(("-- nsOSHelperAppService::LoadUrl\n"));
return NS_ERROR_NOT_IMPLEMENTED;
}
this sounds like the issue covered by bug #204621
Comment 18•22 years ago
|
||
yes, i saw the js error (comment 9) on linux.
Comment 19•22 years ago
|
||
*** Bug 204950 has been marked as a duplicate of this bug. ***
Comment 20•22 years ago
|
||
*** Bug 204959 has been marked as a duplicate of this bug. ***
Comment 21•22 years ago
|
||
Is this issue meant to be fixed in the 2003050811 build? If so this issue is not
resolved, as I am missing the mail icon in the statusbar and everything from
comment 6 is still not working for me.
Comment 22•22 years ago
|
||
WFM Win98SE 2003050905
Comment 23•22 years ago
|
||
this is fixed for me using 2003.05.09.05 comm bits on linux. let me see how
things are with a navigator-only installation.
Comment 24•22 years ago
|
||
in a navigator-only install (today's commercial on linux):
File - New - Message is still missing the keyboard shortcut, which doesn't seem
right. filed bug 205055 to cover that issue.
accessing that menu item doesn't work, but that's covered by bug 204621.
Mail icon absent in both status bar and Window menu, but that's expected
(confirmed by seth).
Comment 25•22 years ago
|
||
*** Bug 205331 has been marked as a duplicate of this bug. ***
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•