Closed Bug 39779 Opened 24 years ago Closed 24 years ago

Proxy port # not saved to prefs.js from preferences dialog

Categories

(SeaMonkey :: Preferences, defect, P3)

x86
Windows NT

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: tever, Assigned: mcafee)

References

Details

Overview Description:  Proxy port numbers are not being added/or deleted from 
prefs.js when edited in the preferences dialog.  Proxy names are being saved 
correctly.

Steps to Reproduce:
1.)  Go to Preference | Advanced | Proxies 
2.)  Select the 'manual proxy configuration' radio button and edit a proxy name 
and port #
3.)  Select OK to save settings

Actual Results:  The port number is not saved to prefs.js file therefore 
making the proxy useless.

Expected Results:  The port # should be saved in prefs.js along with the server 
name as such:
user_pref("network.proxy.ftp", "proxy.meer.net");
user_pref("network.proxy.ftp_port", 8080);

Build Date & Platform Bug Found:  
NT 2000051808

Additional Information:
If you edit the pref.js file and add the port manually, and then go to the 
preference dialog ... the proxy will be valid but there is no way to remove the 
port # from prefs.js through the dialog.
Keywords: nsbeta2
Summary: Proxy port # not saved to prefs.js from preferences dialog → Proxy port # not saved to prefs.js from preferences dialog
mcafee...?
Assignee: matt → mcafee
*** Bug 39753 has been marked as a duplicate of this bug. ***
prefs were being stored as strings, not int's.  fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
*** Bug 39608 has been marked as a duplicate of this bug. ***
Status: RESOLVED → VERIFIED
verified:
NT 2000052208
*** Bug 40025 has been marked as a duplicate of this bug. ***
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.