Closed
Bug 50129
Opened 25 years ago
Closed 25 years ago
javascript hangs
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: bert.andries, Assigned: nisheeth_mozilla)
References
()
Details
Attachments
(1 file)
10.28 KB,
text/plain
|
Details |
Main part of web page is not displayed ... M17 hangs.
Tried netscape browser: same blank page effect when switching of javascript.
Thus *guessing* problem must be javascript bound.
Confirmed problem on Linux 2000082321, but not sure if this is Javascript.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Comment 2•25 years ago
|
||
The URL given above renders disabled JS/Java partly ok:
the http://www.airbus.com/nav.html is loaded without any problems
the http://www.airbus.com/home.html is rendered blank
the http://www.airbus.com/home4p.asp renders without any problems
index.html + nav.html + home4p.asp would create the correct result.
Somehow the script intensive home.html must load home[4p|5p|a3xx].asp; these
pages are the same except for the randomly choosen background.
Suggest to add http:// to the URL and to mark as critical since mozilla crashes.
Comment 3•25 years ago
|
||
Something here is odd: I tried to load http://www.airbus.com/home.html and was
directed to homep1.asp (javascript enabled). (2000-08-23-21/Linux)
Now I tried www.airbus.com which only loades home.html in a frame and -- mozilla
crashed (actually it freezed).
I tried it twice it is reproducable and I'm completely puzzled.
Comment 4•25 years ago
|
||
Using Mozilla tip builds 2000-08-23 on WinNT, 2000-08-24 on Linux.
Confirming bug. I notice that while Mozilla seems to be hanging, there
are actually hundreds of these messages being sent to the debug console:
.
.
Enabling Quirk StyleSheet
Enabling Quirk StyleSheet
Enabling Quirk StyleSheet
Enabling Quirk StyleSheet
.
.
I interrupted this on Linux to get a stack trace; will attach below
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
I see no JS Engine problems indicated in the trace; reassigning to
Layout for further triage -
Assignee: rogerl → clayton
Component: Javascript Engine → Layout
QA Contact: pschwartau → petersen
Comment 7•25 years ago
|
||
Reassigning to evaughan, because of the similarity of this bug to bug 49927
Assignee: clayton → evaughan
Comment 8•25 years ago
|
||
Just tried this in the current build and it works fine.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 9•25 years ago
|
||
Using the also rather new build 2000-08-31-21/Linux I doesn't crash, but it
doesn't work either.
The frameset index.html (or so) loads, the frame nav.html loads below and the
big frame home.html loads within the frameset, but nothing else happens.
Expected: home.html loads a page names home??.asp. ??=xx,1p,2p,3p,... using some
tricky JavaScript.
Surprisingly, the JavaScript in home.html works, when I goto
http://www.airbus.com/home.html directly, but it doesn't work if loaded as
frameset: http://www.airbus.com/
Reopen; maybe someone can change the summery to something more appropiate.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 10•25 years ago
|
||
Looks like a layout bug.
Assignee: evaughan → clayton
Status: REOPENED → NEW
Assignee | ||
Comment 11•25 years ago
|
||
Re-assigning to myself from Clayton's list for triage.
Assignee: clayton → nisheeth
Assignee | ||
Comment 12•25 years ago
|
||
*** This bug has been marked as a duplicate of 48382 ***
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•