Opened 14 years ago
Closed 14 years ago
#449 closed defect (fixed)
Locale will always the OS locale instead of locale in IE option when using IE
Reported by: | sparkliu | Owned by: | madair |
---|---|---|---|
Priority: | P3 | Milestone: | |
Component: | Core | Version: | SVN |
Severity: | Minor | Keywords: | |
Cc: | Browser: | IE8(beta) | |
External ID: | Operating System: | Windows | |
state: | New |
Description ¶
When the user uses IE, the locale shown in Fusion will always be the locale of Operating System instead of the one in IE language option.
This is because IE doesn't provide a Javascript API to get its browser language (pay attention that userLanguage, systemLanguage and browserLanguage of navigation object will all be OS locale). So we need the server to tell the browser where the language is.
Change History (3)
by , 14 years ago
Attachment: | LocaleFix.patch added |
---|
comment:1 by , 14 years ago
Severity: | Major → Minor |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in changeset [2383] by liuar
Note:
See TracTickets
for help on using tickets.
Fix of this defect