Closed
Bug 290890
Opened 21 years ago
Closed 21 years ago
[regression] Help Window non-functional
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: phiw2, Assigned: bugzilla)
Details
(Keywords: regression)
Attachments
(2 files)
|
10.94 KB,
image/png
|
Details | |
|
447 bytes,
patch
|
jwalden+fxhelp
:
review+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050418 Firefox/1.0+ (PowerBook)
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050418 Firefox/1.0+ (PowerBook)
The Help Window opens with a completely blank right pane. Clicking on a link in
the sidebar doesn't bring any page up. The toolbar icons are equally
non-fucnctional -- except for the 'Customize Toolbar' icon. The titlebar of the
Help Window is blank
Since 20050413. It works fine on 20050313. I'll try to narrow down the
regression window later.
Reproducible: Always
Steps to Reproduce:
1.From the menu bar --> Help > Browser Help
2.Opens the help window
3.
Actual Results:
1. Blank right pane (contents area)
2. non-functional toolbar on top
3. unclickable links in the side bar.
Expected Results:
Open a functional help window
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
I narrowed down the regression window:
works fine on 20050410
broken on 20050411
Comment 3•21 years ago
|
||
have you tried with extensions disabled , default theme ?
| Reporter | ||
Comment 4•21 years ago
|
||
(In reply to comment #3)
> have you tried with extensions disabled , default theme ?
No extensions, fresh profile. Tested with the official builds.
Comment 5•21 years ago
|
||
http://lxr.mozilla.org/seamonkey/source/toolkit/components/help/content/help.js#62
(The same typo is NOT present in platformClasses.css)
Attachment #181116 -
Flags: review?
Updated•21 years ago
|
Keywords: regression
Comment 7•21 years ago
|
||
Comment on attachment 181116 [details] [diff] [review]
Patch to close string on line 20 (62 in source file)
Waldo, that was your typo.
Attachment #181116 -
Flags: review? → review?(jwalden+bmo)
Comment 8•21 years ago
|
||
Comment on attachment 181116 [details] [diff] [review]
Patch to close string on line 20 (62 in source file)
Oops.
Typo fixes don't actually require review, so hopefully I don't have to get
approval for this. If I need approval, I'll set the flag later.
Attachment #181116 -
Flags: review?(jwalden+bmo) → review+
Updated•21 years ago
|
Attachment #181116 -
Flags: approval-aviary1.1a?
Comment 9•21 years ago
|
||
Comment on attachment 181116 [details] [diff] [review]
Patch to close string on line 20 (62 in source file)
a=asa
Attachment #181116 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
Comment 10•21 years ago
|
||
Patch is in. I don't use a Mac, so on the off chance there's something else
going on here, please reopen.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 11•21 years ago
|
||
this isn't fixed. :-/ I'll post the js errors later...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 12•21 years ago
|
||
1. The help window wants to stay on top (and won't minimise). This make it
impossible to open the Javascript Console whilst the Help is open.
2. I get this error in the Javascript Console"
Datasource: chrome://browser/locale/help/help-toc.rdf was not found.
but nothing else is obviously wrong.
Comment 13•21 years ago
|
||
err, from whatever reason this is wfm now... (in the same build). However, i
still see the jsconsole-message mentioned in comment 12
Comment 14•21 years ago
|
||
(In reply to comment #13)
>i still see the jsconsole-message mentioned in comment 12
that's bug 291006 Asaf
Comment 15•21 years ago
|
||
re-resolving. the js message isn't mac specific (see bug 291006).
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•