Closed
Bug 599846
Opened 15 years ago
Closed 15 years ago
XML parse error when network connection is broken
Categories
(Mozilla Localizations :: de / German, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: atopal)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b7pre) Gecko/20100926 Firefox/4.0b7pre
Build Identifier: 20100926032306
Reproducible: Always
Steps to Reproduce:
Load http://www.szackoverflow.com/ (the typo in the hostname is intentional).
Actual Results:
An XML parse error is reported:
jar:file:///C:/Programme/Mozilla%20Firefox/omni.jar!/chrome/toolkit/content/global/netError.xhtml
Line 374, column 68:
<div id="securityOverrideContent" style="display: none;">&securityOverride.warningContent;</div>
-------------------------------------------------------------------^
Expected Results:
A useful error message should be displayed.
Other ways to reproduce are when the network connection is broken or offline mode is enabled.
Comment 1•15 years ago
|
||
Is this the de l10n? It looks as if the translation haven't changed from <xul:button> to <button> for warningContent
http://mxr.mozilla.org/l10n-central/source/de/browser/chrome/overrides/netError.dtd?mark=181-182#181
[see bug 591752 for example]
Component: General → de / German
Product: Core → Mozilla Localizations
QA Contact: general → german.de
Comment 2•15 years ago
|
||
Component: de / German → af / Afrikaans
Updated•15 years ago
|
Component: af / Afrikaans → de / German
Comment 3•15 years ago
|
||
Yes, it is this error in the german localisation. netError.dtd¹ should be fixed.
Lines 180 and 181 should look like this:
180 <button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
181 <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>
P.S.: You don't need a misspelled url. Just type „about:neterror“
¹ http://mxr.mozilla.org/l10n-central/source/de/browser/chrome/overrides/netError.dtd
Comment 4•15 years ago
|
||
Kadir, your change in http://hg.mozilla.org/l10n-central/de/rev/d8d43f70d2d3 did omit that securityOverride.warningText -> securityOverride.warningContent was not just a string ID change but did change <xul:button> to normal <button>, see http://mxr.mozilla.org/comm-central/source/mozilla/browser/locales/en-US/chrome/overrides/netError.dtd?mark=186-187#183
Assignee: nobody → a.topal
| Assignee | ||
Comment 5•15 years ago
|
||
Oh yeah, the button was changed in an earlier rev, but either the tools didn't pick it up or I didn't see it:/
Thanks guys. Fixed with http://hg.mozilla.org/l10n-central/de/rev/f18279e4a1d8
| Assignee | ||
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•