Closed
Bug 12502
Opened 26 years ago
Closed 26 years ago
View Source doesn't display non UTF-8 charsets on doc's w/o HTTP or Meta
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: ftang, Assigned: jbetak)
References
Details
(Whiteboard: [PDT+])
Attachments
(1 file)
|
1.01 KB,
text/html
|
Details |
It work currently when the HTTP header charset present. We have a seperate bug
when the HTML Meta charset present (and assign to harishd). But we also need to
do this when only Deftault encoding is there.
| Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: View Source does not display non ISO-8859-1 document when there are no HTTP nor Meta → View Source does not display non ISO-8859-1 document when there are no HTTP nor Meta
Target Milestone: M11
| Reporter | ||
Comment 1•26 years ago
|
||
Mark this Assigned M11
| Reporter | ||
Updated•26 years ago
|
Target Milestone: M11 → M12
| Reporter | ||
Comment 2•26 years ago
|
||
mark M12
| Reporter | ||
Updated•26 years ago
|
Target Milestone: M12 → M14
Summary: View Source does not display non ISO-8859-1 document when there are no HTTP nor Meta → View Source doesn't display non ISO-8859-1 charsets on doc's w/o HTTP or Meta
| Reporter | ||
Comment 3•26 years ago
|
||
When we launch view source window. We should copy the charet of the docuemnt and
set it as the default charset for the view-source window. I don't know how to
pass that information. Reassign to jbetak to study.
Assignee: ftang → jbetak
Status: ASSIGNED → NEW
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Putting on PDT- radar for beta1. Need for RTM, but would not hold for beta.
Whiteboard: [PDT-]
| Reporter | ||
Comment 5•26 years ago
|
||
I don't think this is a beta stoper. We need to fix the charset menu for the
view source. That is beta stopper. But I don't think this is a beta stoper.
| Assignee | ||
Comment 6•26 years ago
|
||
View source should be now in an acceptable shape for Beta1. We still don't
transfer the current charset settings from the "parent" browser window to the
view source webshell. I looked into the code and I think it might be saner to
address this in the light of a "larger" solution. Both bug 27646 (transfer
charset settings to new "child" webshells) and bug 21313 (document charset
caching) might offer a very good way to solve the problem in a more general
way, instead of layering even more view-souce-specific hacks...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•26 years ago
|
||
reopen bugs which have NOT YET FIXED yet.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 8•26 years ago
|
||
Change the summary to "View Source doesn't display non UTF-8 charsets on doc's
w/o HTTP or Meta" to reflect the reality. Currenlty View source fallback to
UTF-8 not ISO-8859-1.
Move this bug to M15.
Summary: View Source doesn't display non ISO-8859-1 charsets on doc's w/o HTTP or Meta → View Source doesn't display non UTF-8 charsets on doc's w/o HTTP or Meta
Target Milestone: M14 → M15
Comment 10•26 years ago
|
||
| Assignee | ||
Comment 11•26 years ago
|
||
Requesting PDT+ status and permission to check-in a private fix for Beta1. The view source
functionality is currently broken in a way that will be quite prohibitive to effective testing,
problem tracking and will very likely significantly impact Beta support lines.
Currently, Seamonkey is not capable of displaying the source of a large percentage of web pages.
On top of that any user interaction with the view source window will lead to a fall-back to regular
HTML page rendering instead of the HTML source.
Potential risks are limited to XML: if we missed something in our fix, the
view source for XML instead of HTML documents might be broken
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Whiteboard: [PDT-]
| Assignee | ||
Comment 12•26 years ago
|
||
Ok, next attemot to close this bug. The code changes are finally in. They should be in the nightly build on Feb 23.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Comment 13•26 years ago
|
||
I verified this in 2000022308 Mac and Linux, and 200002309 Win32 build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•