Closed
Bug 1604166
Opened 5 years ago
Closed 5 years ago
No way to change `intl.charset.fallback.override` even though it still affects text encoding selection
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 1602213
People
(Reporter: emk, Unassigned)
References
(Regression)
Details
(Keywords: regression)
https://phabricator.services.mozilla.com/D56362#1732406
It shouldn't actually matter anywhere if
intl.charset.detector.ng.enabled
istrue
. Once it's time to remove theintl.charset.detector.ng.enabled
pref, all that code can go away as dead code.
I found a case intl.charset.fallback.override
is still relevant even if intl.charset.detector.ng.enabled
is true.
Steps to reproduce:
- Install the latest en-US localization of Nightly.
- Open http://rokuhara.ie-t.net/Changelog.txt.
- Make sure that text encoding
Western
is selected. - Open
about:config
in a new tab. - Change
intl.charset.fallback.override
value toShift_JIS
. - Back to the previous tab that was opened in step 2.
- Reload the page.
Actual result:
A different text encoding (Shift_JIS, but don't tell from the text encoding menu) is selected.
Expected result:
The text encoding should not be changed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•