Closed
Bug 78229
Opened 24 years ago
Closed 4 years ago
meta charset does not work when autodection find first
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: shanjian, Assigned: jshin1987)
References
()
Details
(Keywords: intl)
Attachments
(3 files)
795 bytes,
patch
|
Details | Diff | Splinter Review | |
1.29 KB,
patch
|
Details | Diff | Splinter Review | |
2.28 KB,
patch
|
Details | Diff | Splinter Review |
reproducible steps:
1, Go to above URL, the page is loaded correctly.
2, Set autodection to East Asian
The page will be reload incorrectly
3, Reload\
Now it is correct again
4, Reload
Now it is incorrect again
Reporter | ||
Comment 1•24 years ago
|
||
The problem is because autodection find the charset first, though it is not correct.
(That has been filed in bug 72074). Meta tag observer later notify webshell its
finding, but because "mCharsetReloadState" is set to "eCharsetReloadRequested", reload
is not happening.
Summary: meta charset does not work when autodection find first → meta charset does not work when autodection find first
Target Milestone: --- → mozilla0.9.1
Reporter | ||
Comment 2•24 years ago
|
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: andreasb → ylong
Comment 3•24 years ago
|
||
r=ftang
Reporter | ||
Comment 5•24 years ago
|
||
Chris, can you sr this one. Let me know if I should ask someone else. thx.
Status: NEW → ASSIGNED
Reporter | ||
Comment 6•24 years ago
|
||
add attinasi@netscape.com to cc list
Comment 7•24 years ago
|
||
sr=attinasi
Reporter | ||
Updated•24 years ago
|
Whiteboard: patch reviwed. need sr → ready to checkin
Reporter | ||
Comment 8•24 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 9•24 years ago
|
||
Verified as fixed in 2001-05-24-06 Win32, 5-24-08 Mac, and 5-22-13 Linux build.
Reporter | ||
Comment 11•24 years ago
|
||
This fix caused serious regression in bug 87413. This one need to be
reopened. Fix need to be backed out.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 12•24 years ago
|
||
Reporter | ||
Comment 13•24 years ago
|
||
The previous patch seems caused a serie of regression. This new patch
should be Ok to fix the problem without such side-effect.
If we can do reload, we should not modify charset and charset source.
In next reload, same notification might appears again and we will
got a new reload request. Since this will happen rarely, performance
decrease is ignorable.
Status: REOPENED → ASSIGNED
Reporter | ||
Comment 14•24 years ago
|
||
set milestone to mozilla 1.0
Whiteboard: ready to checkin → patch available
Target Milestone: mozilla0.9.1 → mozilla1.0
Reporter | ||
Comment 15•24 years ago
|
||
Previous fix is incomplete. Complete one will follow.
Reporter | ||
Comment 16•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Whiteboard: patch available → patch available, need r/sr
Reporter | ||
Comment 17•24 years ago
|
||
frank, can you review this one?
Reporter | ||
Comment 18•24 years ago
|
||
*** Bug 92856 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 19•24 years ago
|
||
*** Bug 92856 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 20•24 years ago
|
||
The patch I proposed at least does not work for another testcase,
www.netscape.fr. A new patch need to be worked on.
Whiteboard: patch available, need r/sr
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 21•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: 24 years ago → 20 years ago
Resolution: --- → WONTFIX
Comment 23•20 years ago
|
||
Mass Re-opening Bugs Frank Tang Closed on Wensday March 02 for no reason, all
the spam is his fault feel free to tar and feather him
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 24•20 years ago
|
||
Reassigning Franks old bugs to Jungshik Shin for triage - Sorry for spam
Assignee: nobody → jshin1987
Status: REOPENED → NEW
Updated•16 years ago
|
QA Contact: amyy → i18n
![]() |
||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago → 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•