Closed
Bug 40597
Opened 25 years ago
Closed 25 years ago
Proxy settings in Preferences generates a XML Parsing error
Categories
(SeaMonkey :: Preferences, defect, P2)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: gerbilpower, Assigned: bugs)
References
Details
SUMMARY
Proxy settings in Preferences generates a XML Parsing error
STEPS TO REPRODUCE
1. Lauch Mozilla
2. Click on Edit, then Preferences at the bottom of the menu.
3. Click on the "expander" widget next to Advanced to drop down other Advanced
options.
4. Click on Proxies.
EXPECTED RESULT
Proxie settings are available shown
ACTUAL RESULT
A XML parsing error is shown:
XML Parsing Error: undefined entity
<text class="label" value="&ssl.label;" accesskey="&ssl.accesskey;" for=
"networkProxySSL"/>
---------------------------------------^
TEST ENVIRONMENT
Build ID: 2000052508
System: Windows 98 SE, 96 MB RAM, AMD K6-2 450MHz
Comment 1•25 years ago
|
||
I'm seeing this also on win me
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•25 years ago
|
||
I'm seeing this also on Win95 with 2000052508
addinig this lines to chrome\locales\en-US\communicator\locale\pref\pref-proxies.dtd
solves this problem for me
<!ENTITY ssl.label "SSL proxy:">
<!ENTITY ssl.accesskey "s">
<!ENTITY port.label "Port:">
<!ENTITY SSLport.accesskey "r">
Comment 5•25 years ago
|
||
removing self from cc list
Comment 6•25 years ago
|
||
CONFIRMED that Egor Duda's additions fix this bug for me. (Windows build
2000052520 on Win95)
However, I go into my proxy dialog now after the settings and my manual proxy
config is blank. Clicking in each box restores the value.
Chris, can you try the patch from Egor Duda?
Comment 8•25 years ago
|
||
Looks like ben checked in the SSL XUL code 5/25 and forgot
to checkin or add the dtd part. Over to ben.
Assignee: mcafee → ben
Updated•25 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Comment 9•25 years ago
|
||
ben said he checked in the dtd part (which he forgot, as mcafee said) last night
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•25 years ago
|
||
i'm able to view the Proxies prefs panel w/o xml errors. verif using commercial
bits, 2000.05.31.08 on all/all.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•