Closed
Bug 208464
Opened 21 years ago
Closed 21 years ago
From the Start menu select Help & Support and a blank window appears
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4final
People
(Reporter: nbaca, Assigned: neil)
Details
(Keywords: regression, Whiteboard: [adt2])
Attachments
(1 file)
1.21 KB,
patch
|
ssu0262
:
review+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
Trunk and branch build 2003-06-05: WinMe
Overview: Select the Help & Support menu item off of the Start menu and it opens
a blank window.
Steps to reproduce:
1. Install the latest build
2. Select Start|Programs|Netscape|Help & Support
3. If the profile manager appears then select a profile
Actual Results: A blank Help window screen appears.
Expected Results: A populated Help window should appear similar to selecting
Help|Help & Support Center from the Navigator window or pressing the F1 key.
Reporter | ||
Comment 1•21 years ago
|
||
Marking nsbeta1 so this bug is fixed for this release.
Keywords: nsbeta1
this is the output in the console that I'm getting when I manually type the
following in the url bar:
chrome://help/content
JavaScript strict warning:
chrome://help/content/help.js line 99: reference to undefined property
window.arguments
JavaScript error:
chrome://help/content/help.js line 99: window.arguments has no properties
Document chrome://help/content/help.xul loaded successfully
this might have been regressed by the fix to bug 195888.
cc:ing neil to see if he has any clues on the cause of this.
Assignee | ||
Comment 4•21 years ago
|
||
Do you know what the command line for that item is?
Assignee | ||
Comment 5•21 years ago
|
||
I wrote this patch to work both with -chrome chrome://help/content/ and also
[JS console] openDialog('chrome://help/content','','chrome,all,dialog=no'), and
also tested it to make sure the "Help" button in editor image properties still
works.
reassigning to neil since he's got a patch.
Assignee: ssu → neil.parkwaycc.co.uk
Comment on attachment 125078 [details] [diff] [review]
Proposed patch
I get the following error when I enter 'chrome://help/content' manually in the
browser url bar:
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
chrome://help/content/help.js :: init :: line 118" data: no]
However, I don't think people will doing this anyways. I would consider this
as an edge case.
otherwise, the patch looks good.
r=ssu
Attachment #125078 -
Flags: review+
Comment 9•21 years ago
|
||
ssu, do you want to drive this in to 1.4 and the trunk?
seems worth taking to me.
Target Milestone: --- → mozilla1.4final
Comment 10•21 years ago
|
||
Comment on attachment 125078 [details] [diff] [review]
Proposed patch
a=asa (on behalf of drivers) for checkin to the 1.4 branch.
Attachment #125078 -
Flags: approval1.4+
Comment 11•21 years ago
|
||
patch checked in to both trunk and branch.
Comment 13•21 years ago
|
||
Using branch build 20030612 on winxp this is fixed. verified in branch
Note:tested on winxp because I saw the problem with builds before fix.
Keywords: verified1.4
Reporter | ||
Comment 14•21 years ago
|
||
Trunk build 2003-06-12: Win2k
Verified Fixed.
Status: RESOLVED → VERIFIED
Comment 15•21 years ago
|
||
Removing fixed1.4 keyword since fix has been verified on the branch by Esther
Keywords: fixed1.4
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•