Closed
Bug 52296
Opened 24 years ago
Closed 24 years ago
More Info button in Smart Browsing Pref panel needs to go to this URL
Categories
(SeaMonkey :: Preferences, defect, P2)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: cmaximus, Assigned: radha)
References
()
Details
(Whiteboard: [nsbeta3+][pdtp2])
***Overview Description:
The 'More Info' button in the Smart Browsing preferences panel needs to launch
the following URL (noted in URL field above):
http://info.netscape.com/fwd/rlstatic/http://home.netscape.com/escapes/keywords/index.html
This has already been implemented on the mozilla side in bug 50873. All that
is required is a simple textstring change. From Blake, " note that the only change that has to
be made is to smartBrowsingURL."
Reporter | ||
Comment 1•24 years ago
|
||
adding nsbeta3 keyword for triage. *note this needs to be reassigned to appropriate
eng as well.
Comment 2•24 years ago
|
||
change is in brand.properties
nav triage team:
+, P2, reassign to radha, cc'ing blake
Assignee: don → radha
Priority: P3 → P2
Whiteboard: [nsbeta3+]
Comment 4•24 years ago
|
||
nsonly (i feel such bugs should be filed here in bugzilla, since the codebase
ain't hidden, afaik.)
Keywords: nsonly
Comment 5•24 years ago
|
||
cc jglick since she's doing text changes. Jennifer, all you have to do is
change the URL after smartBrowsingURL= in brand.properties
mozilla/xpfe/global/resources/locale/en-US to the netscape.com one that
Claudius mentioned.
Comment 6•24 years ago
|
||
I was a little mistaken. smartBrowsingURL= won't be in the file at all. just
add this to the bottom of that file:
smartBrowsingURL=http://info.netscape.com/fwd/rlstatic/http://home.netscape.com/
escapes/keywords/index.html
Sorry I wasn't able to fix this one. This is in the Netscape tree only, and I
haven't learned how to do that yet. :-(
Comment 8•24 years ago
|
||
pdt agrees p2.
Whiteboard: [nsbeta3+] → [nsbeta3+][pdtp2]
Target Milestone: --- → M18
Assignee | ||
Comment 9•24 years ago
|
||
Is this button "More information" supposed to go to www.mozilla.org for mozilla
builds and to the url above for commercial builds? Clicking on this button in
mozilla builds takes me properly to mozilla.org. But in commercial builds,
clicking on this button gives me the following JS exception,
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code: 0x8
0004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80
004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://communicator/content
/pref/pref-smart_browsing.xul :: moreInfo :: line 145" data: no]
There is a smartBrowsingURl entry in
mozilla/xpfe/global/resources/locale/en-US/brand.propertis. But there is none in
the ns tree counter part. Where should this entry go? in the mozilla tree or
commercial tree? (Looks like commercial from blake's comments above). Is this
button working at all for anybody in the commercial build.
Status: NEW → ASSIGNED
Comment 10•24 years ago
|
||
Radha: yeah, to fix the exception all you should have to do is add this to the
bottom of brand.properties in the comm tree:
smartBrowsingURL=http://info.netscape.com/fwd/rlstatic/http://home.netscape.com/
escapes/keywords/index.html
Assignee | ||
Comment 11•24 years ago
|
||
Fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
vrfy fixed using 2000.09.29.xx-n6 [opt comm branch bits] on linux, mac and
winnt. (bug 52372 still occurs, however.)
adding vtrunk kw to check the commercial trunk bits (um, sometime?) not flipping
the Verified bit here since the checkin occurred during the grey-period around
branching --however, if this fix *definitely* got in *before* the branch, feel
free to mark this verified.
Keywords: vtrunk
Comment 13•24 years ago
|
||
vrfy fixed using opt comm *trunk* bits 2000.11.13.08 on mac, winnt and linux.
Status: RESOLVED → VERIFIED
Keywords: vtrunk
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•