Closed
Bug 353533
Opened 18 years ago
Closed 18 years ago
Clicking Help in Change Action dialog doesn't bring up its help topic
Categories
(Firefox Graveyard :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 2
People
(Reporter: Tonnes, Assigned: steffen.wilberg)
Details
(Keywords: late-l10n, regression, verified1.8.1, Whiteboard: [rc ridealong][help fix only])
Attachments
(2 files, 1 obsolete file)
932 bytes,
patch
|
mconnor
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
17.05 KB,
patch
|
Pike
:
review+
Pike
:
approval-l10n+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1) Gecko/20060920 BonEcho/2.0
Build Identifier:
Help button does not know there's a section about File types and directs to start page.
Reproducible: Always
Steps to Reproduce:
1. Tools > Options > Content
2. Click Manage, Change Action
3. Click Help
Actual Results:
Taken to 'Welcome to Bon Echo Help' start page
Expected Results:
Taken to File Types section
All Help/TOC links seem to be ok and working from other spots. Might have something to do with bug 347219 and/or moving this from Downloads to Content section?
Comment 1•18 years ago
|
||
Happened on 13 September (trunk).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•18 years ago
|
||
I didn't think to search for ondialoghelp attributes:
http://lxr.mozilla.org/mozilla/search?string=dialoghelp
This is the only one that's broken, luckily. We're probably past the time when changes can be made, but if we by some chance weren't, we'd readd a prefs-download-actions entry to firebird-toc.rdf (*not* changing existing help docs, just the RDF), let localizers know that the dangling pointer exists, and hope that at least some have time to fix it.
It's probably too late for this, but if there's to be any chance of this happening, we'd need the described patch ASAP.
Assignee | ||
Comment 3•18 years ago
|
||
So we need to change this line:
http://lxr.mozilla.org/mozilla1.8/source/browser/locales/en-US/chrome/help/firebird-toc.rdf#456
like this:
-<li><Description rdf:ID="prefs-file-types" nc:name="File Types" nc:link="prefs.xhtml#file_types"/></li>
<li><Description rdf:ID="prefs-download-actions" nc:name="File Types" nc:link="prefs.xhtml#file_types"/></li>
We don't use "prefs-file-types" anywhere:
http://lxr.mozilla.org/mozilla1.8/search?string=prefs-file-types
So we can change it to "prefs-download-actions" as needed by changeaction.xul:
http://lxr.mozilla.org/mozilla1.8/source/browser/components/preferences/changeaction.xul#52
Flags: blocking-firefox2?
Keywords: late-l10n
OS: Windows 98 → All
Hardware: PC → All
Target Milestone: --- → Firefox 2
Version: unspecified → 2.0 Branch
Assignee | ||
Updated•18 years ago
|
Whiteboard: [pro forma patch in comment 3]
Comment 5•18 years ago
|
||
I can do up a patch for this pretty easily if we want to try to get it in at some point, although I assume we're not looking to do it for RC1. Let me know.
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•18 years ago
|
||
I'd like to get this onto branch asap. RC2 is soon enough, provided that we do a RC2. ;-)
Assignee: nobody → steffen.wilberg
Attachment #239515 -
Flags: review+
Attachment #239515 -
Flags: approval1.8.1?
Assignee | ||
Comment 7•18 years ago
|
||
Fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [pro forma patch in comment 3]
Comment 8•18 years ago
|
||
Marking blocking in case we need an RC2. CC'ing Axel to give us judgement on the l10n impact.
Flags: blocking-firefox2? → blocking-firefox2+
Whiteboard: [rc ridealong][help fix only]
Comment 9•18 years ago
|
||
Wouldn't it be better to actually change the id in changeaction.xul?
http://lxr.mozilla.org/mozilla1.8/source/browser/components/preferences/changeaction.xul#52
This way we won't break l10n's help, and don't need to update all the locales.
Changing IDs in firebird-toc requires all 50+ locales to port this change!
Assignee | ||
Comment 10•18 years ago
|
||
It breaks the locales who haven't updated to the prefwindow changes yet, or not completely:
http://lxr.mozilla.org/l10n-mozilla1.8/search?string=prefs-download-actions
Axel?
Comment 11•18 years ago
|
||
(In reply to comment #10)
> It breaks the locales who haven't updated to the prefwindow changes yet, or not
> completely:
Those without the prefwindow changes are already broken, now you're trying to break all the others as well.
http://lxr.mozilla.org/l10n-mozilla1.8/search?string=prefs-file-types
Assignee | ||
Comment 12•18 years ago
|
||
OK, here's the alternate patch, which changes the .xul file instead of the help toc. I guess we should care more about the locales which are up-to-date with the new prefwindow documentation.
Attachment #239515 -
Attachment is obsolete: true
Attachment #239531 -
Flags: review?(mconnor)
Attachment #239531 -
Flags: approval1.8.1?
Attachment #239515 -
Flags: approval1.8.1?
Assignee | ||
Updated•18 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•18 years ago
|
||
Comment on attachment 239531 [details] [diff] [review]
alternate patch
I'd rather go with this patch, and welcome a patch along this fixing the just the IDs in the affected help files. I could land that after this one to catch up.
Assignee | ||
Comment 14•18 years ago
|
||
Comment on attachment 239515 [details] [diff] [review]
patch
OK, I backed out the toc patch from trunk.
Attachment #239515 -
Flags: review+
Assignee | ||
Comment 15•18 years ago
|
||
Here's a patch replacing prefs-download-actions by prefs-file-types in the 16 locales which didn't catch up (fully) with the new prefwindow documentation.
Attachment #239552 -
Flags: review?(l10n)
Attachment #239552 -
Flags: approval-l10n?
Comment 16•18 years ago
|
||
Comment on attachment 239552 [details] [diff] [review]
patch for 16 out-of-date locales
Poke me on this, if you need a check-in buddy.
You want to post to .l10n, too, to announce that we're catching up on this.
Attachment #239552 -
Flags: review?(l10n)
Attachment #239552 -
Flags: review+
Attachment #239552 -
Flags: approval-l10n?
Attachment #239552 -
Flags: approval-l10n+
Assignee | ||
Comment 17•18 years ago
|
||
I checked in the patch for the 16 out-of-date locales on the 1.8 branch, so that they still work once the second patch is checked in.
Comment 18•18 years ago
|
||
Comment on attachment 239531 [details] [diff] [review]
alternate patch
r+a=me
Approved for RC2
Attachment #239531 -
Flags: review?(mconnor)
Attachment #239531 -
Flags: review+
Attachment #239531 -
Flags: approval1.8.1?
Attachment #239531 -
Flags: approval1.8.1+
Comment 19•18 years ago
|
||
1.8:
Checking in browser/components/preferences/changeaction.xul;
/cvsroot/mozilla/browser/components/preferences/changeaction.xul,v <-- changeaction.xul
new revision: 1.7.2.3; previous revision: 1.7.2.2
done
Keywords: fixed1.8.1
Assignee | ||
Comment 20•18 years ago
|
||
Fixed on trunk as well.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Comment 21•18 years ago
|
||
Verified on Windows trunk 20061003, Windows FF2rc2 and mac BE 20060928
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.1 → verified1.8.1
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•