Closed
Bug 69498
Opened 24 years ago
Closed 24 years ago
View page source shows blank source on XHTML
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: steven.chapel, Assigned: paulkchen)
Details
(Keywords: testcase, Whiteboard: DUPEME)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Reproducable: sometimes
Steps to reproduce:
1. Go to an XHTML page.
2. Select View | Page Source
Expected Results: the XHTML source for the page appears
Actual Results: Often, some source flashes briefly in the page source window,
and then the window becomes blank.
Here's a page that I cannot get to appear in the View Page Source window:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>View Page Source Test</title></head>
<body><p>Hello, world!</p></body>
</html>
I've noticed this problem in recent nightly builds, up to and including 2001021904.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Works for me with Mozilla 0.8 on NT4. I attached the mentioned test case.
Maybe this is related to bug 50108?
Reporter | ||
Comment 3•24 years ago
|
||
Hmmm... when I use View Page Source on the attachment, I do see the source. But
when I open a document with the same content from a file:/// URL, I don't see
the source.
Comment 4•24 years ago
|
||
This also works for me with a local file (file:///...) on NT4. But I'm
using Mozilla 0.8, this could be a recent regression then.
the reason it would work fine on file is that there would be no mime type.
note to self: rfe display mime type for attachments.
Reporter | ||
Comment 6•24 years ago
|
||
With Windows build 2001022209, when I try to view the source after
downloading the test case from either a file: or http: URL, the problem occurs
about half the time. That is, after going to the test case URL, I can view the
source, when I try to view the source again I get a blank window, and when I try
a third time I get the source again!
A few times, the page source window did not appear at all, and I got this
JavaScript console error:
Error: contentFrames has no properties
Source File: chrome://communicator/content/contentAreaUtils.js
Line: 31 Column: 0
Comment 7•24 years ago
|
||
updating component
Assignee: asa → pchen
Component: Browser-General → XP Apps
QA Contact: doronr → sairuh
Comment 8•24 years ago
|
||
found the dupe, thx to bz
*** This bug has been marked as a duplicate of 66034 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•