Closed
Bug 140170
Opened 23 years ago
Closed 5 years ago
Charset is marked incorrectly when load a page which has different charset than parent page in a tab
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: amyy, Unassigned)
Details
(Keywords: intl)
Build: 04-25 BRANCH build on linux RH7.2
Steps:
1. Load any page that has a link to another page which has different charset
than in parent page. e.g. parent page is a iso-8859-1 which has a link to a
gb18030 page:
http://babel/tests/browser/HTML/ go to the last link to SimpChinese gb18030.
or in this bug report page, this link here to a UTF-8 page:
http://bugzilla.mozilla.org/attachment.cgi?id=79646&action=view
2. Highlight the link and right click mouse, select "Open link in New tab".
Result:
The page load in new tab is displayed OK. However, the charset is always marked
as iso-8859-1, no mather what auto-detect madule is.
Also manually override charset doesn't work, so if you select correct charset
(GB18030 or UTF-8), the charset is still marked as iso-8859-1, but when you
select iso-8859-1 then page will be displayed garbled, and the charset still
marked as iso-8859-1.
Note: Not reproducible on 04-25 linux trunk build.
Not reproducible on 04-25 branch build on windows and Macintosh.
If open the page in a new window not new tab won't see the same problem.
Don't know if it's related with bug 91305.
Comment 1•23 years ago
|
||
ylong: is this linux only bug?
| Reporter | ||
Comment 2•23 years ago
|
||
Yes, linux only.
Updated•23 years ago
|
Status: NEW → ASSIGNED
Comment 4•20 years ago
|
||
shanjian is no longer working on mozilla for 2 years and these bugs are still
here. Mark them won't fix. If you want to reopen it, find a good owner first.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 5•20 years ago
|
||
Mass Re-open of Frank Tangs Won't fix debacle. Spam is his responsibility not my own
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 6•20 years ago
|
||
Mass Re-assinging Frank Tangs old bugs that he closed won't fix and had to be
re-open. Spam is his fault not my own
Assignee: shanjian → nobody
Status: REOPENED → NEW
Updated•16 years ago
|
QA Contact: amyy → i18n
Comment 7•5 years ago
|
||
We inherit charset to same-origin frames (IIRC even required by spec) and intentionally not to different-origin frames. The manually triggering the detector (bug 1648464) detects independently in each frame.
Status: NEW → RESOLVED
Closed: 20 years ago → 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•