Closed
Bug 158447
Opened 23 years ago
Closed 21 years ago
Advanced autocomplete prefs dialog needs Help button
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: danielwang)
Details
Attachments
(2 files, 2 obsolete files)
2.60 KB,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
860 bytes,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Build ID: new trunk
Steps to Reproduce:
1. Open the Preferences dialog.
2. Go to the Navigator > Smart Browsing preference panel.
3. Hit 'Advanced...'
There should be a Help button in this window, since we do have help content for
the prefs in it.
Comment 2•22 years ago
|
||
to documentation > user
Component: Help → User
Product: Browser → Documentation
Version: Trunk → unspecified
Comment 4•22 years ago
|
||
moving stuff over to an outside-the-firewall email for the time being, looking
for people to pick these Help and doc bugs up for me.
Assignee: oeschger → oeschger
Status: ASSIGNED → NEW
Comment 5•21 years ago
|
||
Why is this in Doc:User? Moving back to Browser:Help
Assignee: oeschger → rlk
Component: User → Help
Product: Documentation → Browser
Version: unspecified → Trunk
Assignee | ||
Comment 6•21 years ago
|
||
Uncompiled, untested, but should work
Assignee | ||
Updated•21 years ago
|
QA Contact: tpreston → stolenclover
Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 131872 [details] [diff] [review]
patch
Keller, does this patch work for you? (please ignore the
cs_nav_prefs_advanced.html part)
Attachment #131872 -
Flags: review?(rlk)
Comment 8•21 years ago
|
||
Comment on attachment 131872 [details] [diff] [review]
patch
Daniel, I'm going to ask that Neil review this. The reason is because this goes
into XP-Apps, and I can't review in XP Apps. This will require super-review
also. You'll probably have the best chances with alecf.
Sorry.
Attachment #131872 -
Flags: review?(rlk) → review?(neil.parkwaycc.co.uk)
Comment 10•21 years ago
|
||
Comment on attachment 131872 [details] [diff] [review]
patch
Assuming you only need me to review the XUL, otherwise rerequest.
>+ ondialoghelp="return doHelpButton(event)"
Sadly you copied the only incorrect existing code. Nobody's doHelpButton
function actually uses an event, but you "fixed" your function by adding a
useless parameter. Also a ; at the end would be nice as per the line above.
>- ]]></script>
>+ ]]></script>
Make sure that this doesn't get checked in like this.
Attachment #131872 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 11•21 years ago
|
||
Attachment #131872 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #133026 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 12•21 years ago
|
||
Comment on attachment 133026 [details] [diff] [review]
patch - retry
> ondialogaccept="return onAccept();"
>+ ondialoghelp="doHelpButton()"
Still missing the ; :-/
Attachment #133026 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Comment 13•21 years ago
|
||
Comment on attachment 133026 [details] [diff] [review]
patch - retry
Blake, can I get a sr for the xul part?
Attachment #133026 -
Flags: superreview?(blake)
Comment 14•21 years ago
|
||
Comment on attachment 133026 [details] [diff] [review]
patch - retry
let's do alecf. blake is a very hard person to get reviews from.
Attachment #133026 -
Flags: superreview?(blake) → superreview?(alecf)
Comment 15•21 years ago
|
||
Comment on attachment 133026 [details] [diff] [review]
patch - retry
sr=alecf
Attachment #133026 -
Flags: superreview?(alecf) → superreview+
Comment 17•21 years ago
|
||
ah! sorry about that Daniel! Didn't notice this bug got super-review!
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 18•21 years ago
|
||
reopen. got a js error :-(
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 19•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #138887 -
Flags: review?(rlk)
Comment 20•21 years ago
|
||
Comment on attachment 138887 [details] [diff] [review]
fix js error
Daniel, this is outside my module, so I can't give review.
Asking Neil for review instead.
Attachment #138887 -
Flags: review?(rlk) → review?(neil.parkwaycc.co.uk)
Comment 21•21 years ago
|
||
Comment on attachment 138887 [details] [diff] [review]
fix js error
>-
Bleh.
>+ <script type="application/x-javascript" src="chrome://communicator/content/pref/pref-help.js"/>
I think you need the script that declares openHelp, and it's not this one...
Attachment #138887 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Assignee | ||
Comment 22•21 years ago
|
||
Attachment #138887 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #138915 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 23•21 years ago
|
||
Comment on attachment 138915 [details] [diff] [review]
fix js error (2nd try)
I'd prefer to have more spacing rather than less...
Attachment #138915 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Updated•21 years ago
|
Attachment #138915 -
Flags: superreview?(alecf)
Comment 24•21 years ago
|
||
Comment on attachment 138915 [details] [diff] [review]
fix js error (2nd try)
that's easy. sr=alecf
Attachment #138915 -
Flags: superreview?(alecf) → superreview+
Comment 25•21 years ago
|
||
Fix checked in.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•