Closed
Bug 141069
Opened 24 years ago
Closed 23 years ago
rendering page differently each time i view it
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: pondscum666, Assigned: Matti)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041717
Mozilla renders the (http://forum.fuckmicrosoft.com) differently each time i
view it, If i click refresh little things will sometimes change too, such as, i
will see an HTML tag.
Reproducible: Sometimes
Steps to Reproduce:
1.go to or refresh the page
2.
3.
Actual Results: sometimes the page changes, and sometimes the page renders properly
Expected Results: rendered the page properly
this website: http://www.angelfire.com/ri2/42/images/mozilla.html has links to
two screenshots, the first one (named "mozilla@fuckmicrosoft") is showing the
page as rendered improperly, the second screenshot (name "after i refreshed
fuckmicrosoft") shows the page after i refreshed Mozilla and is rendered properly.
Comment 1•24 years ago
|
||
worksforme with linux build 20020428.
Are you getting genuinely different pages? You can check this by saving the
HTML each time and then comparing (with diff).
i saved the page when it was showing improperly and saved it when it was
rendered properly. tried to check the differences (using "# diff doc1.html
doc2.html") but when i saved the documents, it also tsaved the files for the
page in separate folders so it showed differences when the images etc. had
diferent sources.
I also viewed the files again using mozilla while they were saved on my
computer, the imperfect file still showed up improperly. The saved file also
showed up improperly in the konqueror browser, which makes me believe that the
HTML has actually changed.
Comment 3•24 years ago
|
||
could you attach the bad page here? the images won't work, etc, but in the
screenshot, it looked like the HTML itself was screwed up. Also, if you save as
"HTML only" instead of "complete", it will not modify the HTML or grab the images.
This is probably networking or DOM, depending on whether the HTML was in the
original page, or Javascript-generated. Probably networking as there aren't
many document.write's in the page.
Comment 4•24 years ago
|
||
Received bad html page from art.
The bad html page has the following:
<IMG SRC="http://forum.fuckmicrosoft.com/ubb/icons/icon1.gif" BORDER="0">
The real html page should have:
<img SRC="http://forum.fuckmicrosoft.com/ubb/icons/icon1.gif" BORDER="0">
Perhaps Mozilla had already decided it was not a real tag and "fixed" the '<'
and '>' (page was saved as "web page, complete")
art: could you save a bad page again, but save as HTML only?
Comment 5•23 years ago
|
||
WFM 2002071608 trunk win2k
| Assignee | ||
Comment 6•23 years ago
|
||
Reporter: Is this still a problem with 1.1b ?
| Assignee | ||
Comment 7•23 years ago
|
||
via mail:
I have jsut started trying a couple other browsers and they seem to be
doind the same thing... I am thinking it may be the way my proxy gets the
page and sends it to my internally networked computers?I havent tried Mozilla
1.1Beta yet, but it didnt seem to do it in 1.1
-> wfm
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•