Closed
Bug 23083
Opened 26 years ago
Closed 26 years ago
HTML source display window responds incorretly the encoding switching
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect, P3)
Core Graveyard
Embedding: ActiveX Wrapper
Tracking
(Not tracked)
RESOLVED
FIXED
M14
People
(Reporter: jshin, Assigned: jbetak)
References
()
Details
This bug is related to the bug 12502, but is a separate problem.
When I change the encoding in the page source display window
using View|Character Set menu, the page source display window
interpretes HTML and renders the page in question as a web page
instead of displaying the HTML source in the encoding specified
via View|Character Set menu.
Comment 1•26 years ago
|
||
Do we need a charset menu in the View | Source window?
I really thik we should settle this question first.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M13
Updated•26 years ago
|
Target Milestone: M13 → M14
Comment 2•26 years ago
|
||
Move to M14
Comment 4•26 years ago
|
||
reassign to jbetak since I also ask him to take a look at view source issue.
Assignee: ftang → jbetak
Status: ASSIGNED → NEW
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•26 years ago
|
||
This should be fully addressed by the fixes I have working in my private tree.
I will check them in on Sunday or Monday (02/14) - code review permitting.
I made the view-source attribute sticky, so a webshell cannot return to the
HTML browsing state, once it's been used for viewing the source of a web
page.
Also, the attribute is now set whenever a URL is loaded instead of doing it
in DocumentReload, which allows us to display the source of web pages
without the charset meta tag.
The only open point about this problem is, whether a webshell should be
used for normal browsing, once the source view is not needed anymore. This
could be done by looking at the DTD Document attributes, if deemed
useful. Tentative target: after Beta1.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 6•26 years ago
|
||
reopen bugs which have NOT YET FIXED yet.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 7•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
Reporter | ||
Comment 8•26 years ago
|
||
I tried the newest nightly build(March 1st) and seems like
everything works fine.
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•