Closed
Bug 49815
Opened 24 years ago
Closed 24 years ago
mozilla wasn´t able to load more than 30% of the html-file
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Patric.Dubois, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
111 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20000816
BuildID: 2000081608
Mozilla is not able to lead the URL www.publity.de
He is loading 30% (statusbar),then he stops responding on any user actions.
(inclusive window closing).
Reproducible: Always
Steps to Reproduce:
load the URL on entering http://www.publity.de/
Actual Results:
Expected Results:
Using viewer-gtk shows that it keeps loading things. The page that you end up at
consists of some javascript that probably causes this.
Comment 2•24 years ago
|
||
I've narrowed this dowwn to it's most simple I think.
http://www.publity.de/index_chk_js.html loads fine by itself but put it in a
<frameset><frame></frame></frameset> and it pegs CPU freezing the app.
attaching testcase and over to HTML Frames.
Assignee: asa → pollmann
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLFrames
Ever confirmed: true
QA Contact: doronr → petersen
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
attached
<html>
<frameset>
<frame src="http://www.publity.de/index_chk_js.html"></frame>
</frameset>
</html>
which seems to cause the problem.
Comment 5•24 years ago
|
||
With the Sept 29th build, I'm not able to reproduce the problem. The reference in
the frame element is loaded and rendered correctly. Reporter, please check with
latest build.
Comment 6•24 years ago
|
||
WFM with 2001010909 on Solaris and 2001011420 on WinNT.
Comment 7•24 years ago
|
||
Works fine with todays 20010209 on WIN2000
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
This problem is not occuring in the Feb 28th build. Marking verified fixed.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•