Closed
Bug 287818
Opened 20 years ago
Closed 20 years ago
Encoding problem : text in a IFRAME tends to be broken
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 278571
People
(Reporter: jongampark, Assigned: smontagu)
References
()
Details
Attachments
(1 file)
|
141.94 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050323 Firefox/1.0+ ; If you access a web site, the Firefox detects its encoding by looking at its meta tag or guessing it. (chardet?), or apply your default character encoding method. It usually works when you open a web site at first. However if the web site contains a table, sometimes text in the table is broken. If you apply your encoding method from the menu manually, then it is OK. Reproducible: Always Steps to Reproduce: 1. try visit www.stoo.co.kr 2. check if text in a left side box is displayed correctly 3. Actual Results: The text in the box is broken. By looking at the source code, I found out that it was a table. Expected Results: Character encoding method should be applied correctly as it does with main page when you try open it at first. It doesn't happen with Windows version. If I remember it correctly, the Windows version also had this problem before, but not anymore.
| Reporter | ||
Comment 1•20 years ago
|
||
Comparison of result between the Safari and the Firefox
Comment 2•20 years ago
|
||
With Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050325 Firefox/1.0+ while loading the text on the left is ?????, but it quickly changes to a foreign language. On reload it loads with the foreign text right away.
Comment 3•20 years ago
|
||
The content for the embedded IFRAME is served without a charset and does not contain a META tag. http://www1.stoo.com/popular/new_main.html
Assignee: firefox → darin
Component: General → Networking
OS: MacOS X → All
Product: Firefox → Core
QA Contact: general → benc
Hardware: Macintosh → All
Summary: Encoding problem : text in a table tends to be broken with Mac version of Firefox → Encoding problem : text in a IFRAME tends to be broken
Version: unspecified → Trunk
Comment 4•20 years ago
|
||
necko doesn't deal with charsets. -> intl
Assignee: darin → smontagu
Component: Networking → Internationalization
QA Contact: benc → amyy
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 278571 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•