Closed
Bug 282380
Opened 20 years ago
Closed 20 years ago
Enter doesn't copy proxy settings to FTP/SSL/Gopher
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcsmurf, Assigned: Stefan.Borggraefe)
References
Details
Attachments
(1 obsolete file)
To reproduce: 1. Open Preferences, Advanced->Proxies 2. Select Manual proxy configuration 3. Enter something for the proxy server field (or change the ports field) 4. Confirm changes by pressing Enter. 5. Open prefs again, click on Advanced to observe that proxy settings have not been copied. If you click OK, the settings are copied.
Reporter | ||
Comment 1•20 years ago
|
||
Stefan: Do you want to fix this bug when you have time :)? You created this new proxy dialog, that's why i'm asking you.
Assignee | ||
Comment 2•20 years ago
|
||
Ok, the problem here is that the change event is only processed when the prefs are already saved. The function FixProxyURL() suffers from the same problem. This patch introduces the possibility to register functions to be called just before the prefs are saved. I also fixed the emacs mode-line in nsPrefWindow.js, because the specified mode created tabs, and added a correct mode-line to the other touched file (I actually use emacs ;-) ).
Assignee: prefs → Stefan.Borggraefe
Status: NEW → ASSIGNED
Attachment #174633 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•20 years ago
|
||
I wonder if it would be possible to get the Enter ke to fire onchange first?
Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > I wonder if it would be possible to get the Enter ke to fire onchange first? I don't know how/where I could change the order of the fired events. If this is the right way to fix this bug, someone else has to take it.
OS: Windows 2000 → All
Hardware: PC → All
Comment 5•20 years ago
|
||
My patch to bug 225563 fixes this, but unfortunately I need to update it :-/
Depends on: 225563
Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 174633 [details] [diff] [review] Patch Great news! Thanks Neil. :-)
Attachment #174633 -
Attachment is obsolete: true
Attachment #174633 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 7•20 years ago
|
||
I'm claiming this was fixed by the checkin to bug 225563.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•