Closed
Bug 138921
Opened 23 years ago
Closed 23 years ago
uri has no properties
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brant, Assigned: oeschger)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020419
BuildID: 2002041903
The javascript link that opens Mozilla Help for Labels does not work.
Reproducible: Always
Steps to Reproduce:
1. Open preferences.
2. Navigate to Mail & Newsgroups > Labels.
3. Click Help.
Actual Results: Mozilla Help opens, but page does not open.
Expected Results: Page opens.
In the JavaScript console, the following appears when the button is pressed:
Error: uri has no properties
Source File: chrome://help/content/help.js
Line: 275
Assignee | ||
Comment 1•23 years ago
|
||
All of these are examples of help buttons for which no help has yet been
created. Most of these are mozilla-only UI, too, like the DOM Inspector pref
panel and so on. ACCEPTING. We can at least put pointers to some basic help
content for these in the UI (e.g, in pref-help.js, where the context keys for
the pref panel are listed), even if there is as yet no specific contextual help.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•23 years ago
|
||
I am nominating this for 1.0 since it will give users a bad message if they
click help and don't receive any.
Keywords: mozilla1.0
Assignee | ||
Comment 3•23 years ago
|
||
Patch for these bugs is over in 129540:
http://bugzilla.mozilla.org/attachment.cgi?id=83604&action=view
Where there is not help content for the panels listed here, I open the Welcome page.
Assignee | ||
Comment 4•23 years ago
|
||
These are FIXED with 145331, which sets the default topic properly when the
context ID is not available.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Using 1.1beta:
A Javascript error still occurs here, though a different one than it used to be.
The error is now:
Error: uncaught exception: [Exception... "Not enough arguments
[nsIWebProgress.addProgressListener]" nsresult: "0x80570001
(NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame ::
chrome://help/content/help.js :: init :: line 121" data: no]
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•23 years ago
|
||
Actually this behaviour happens in the other bugs like this one too (bugs 138920
thru 138929).
It seems silly to reopen all of them tho.
Reporter | ||
Comment 7•23 years ago
|
||
This is fixed in 2002072514.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Summary: javascript error occurs → uri has no properties
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•