Closed
Bug 559093
Opened 16 years ago
Closed 16 years ago
[k] Some languages aren't displayed properly in the "Languages:" dropdown -- encoding?
Categories
(support.mozilla.org :: Search, defect)
support.mozilla.org
Search
Tracking
(Not tracked)
VERIFIED
WONTFIX
2.0
People
(Reporter: stephend, Assigned: jsocol)
References
()
Details
Attachments
(3 files)
STR:
1. Load http://support-stage-new.mozilla.com/en-US/search?a=1
2. Look at the list of languages
Expected Results:
<option value="as">Assamese</option>
Actual Results:
You'll see stuff like:
<option value="as">অসমীয়া</option>
| Assignee | ||
Comment 1•16 years ago
|
||
Displaying native names is intentional. Unless you're saying the native names are incorrect.
| Reporter | ||
Comment 2•16 years ago
|
||
| Assignee | ||
Comment 3•16 years ago
|
||
Ah, that's much clearer. (It looked fine to me when you pasted it in Bugzilla.)
| Reporter | ||
Updated•16 years ago
|
Summary: Some languages aren't displayed properly in the "Languages:" dropdown -- encoding? → [k] Some languages aren't displayed properly in the "Languages:" dropdown -- encoding?
| Assignee | ||
Comment 4•16 years ago
|
||
Stephen: Can you let me know what font is being used to render the drop down? (The FireFontFamily add-on should be able to tell you.)
| Reporter | ||
Comment 5•16 years ago
|
||
body {
font:small/1.231 arial
I think?
| Assignee | ||
Comment 6•16 years ago
|
||
(In reply to comment #5)
> body {
> font:small/1.231 arial
>
> I think?
With Firebug and FireFontFamily, right click on the menu and "Inspect" it. The Firebug CSS pane should tell you what font it's using.
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → james
| Reporter | ||
Comment 7•16 years ago
|
||
| Assignee | ||
Comment 8•16 years ago
|
||
| Assignee | ||
Comment 9•16 years ago
|
||
Afaict, this is only reproducible on Mac. I've tested this in:
* Windows 7:
* Chrome
* Firefox 3.6
* Minefield
* IE 8
* Windows XP:
* IE 7
* IE 6 +
* Fedora 12
* Firefox 3.6
* Mac OS
* Safari +
* Firefox 3.6 +
* iPhone
It only seems to affect the Mac (system-wide) and IE 6. (Even the iPhone is fine.) That leaves me momentarily stumped.
| Reporter | ||
Comment 10•16 years ago
|
||
(In reply to comment #9)
> Afaict, this is only reproducible on Mac. I've tested this in:
<snip>
> It only seems to affect the Mac (system-wide) and IE 6. (Even the iPhone is
> fine.) That leaves me momentarily stumped.
"Mac sucks." (This comment brought to you by the sorry-I-couldn't-resist camp.)
| Assignee | ||
Comment 11•16 years ago
|
||
Paul: r?
http://github.com/jsocol/kitsune/commit/21f47980f8e2e81c76ec0285b9235ff52a95b611
This *does not fix* the problem. As far as I can tell, it is not solvable. For comparison, try visiting[1] on a Mac (not an iPhone). Macs *do not have* built-in Bengali fonts.
I was going to just mark this WONTFIX, but in the process of attempting to fix it, I figured this new way of storing the language information was more maintainable, so I figured I'd throw it up for review, anyway.
[1] http://www.mozilla.com/en-US/firefox/all.html
| Assignee | ||
Comment 12•16 years ago
|
||
This is done. It changes nothing but makes the languages easier to maintain (new locales can be copied/pasted from product_details and touched up).
http://github.com/jsocol/kitsune/commit/a5ceb6974a03a8f0487c58a56baf9ed88c1a3701
Closing the bug as WONTFIX/unfixable. Vishal left feedback with Apple.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 13•16 years ago
|
||
Verified, now that I understand the problem more clearly.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•