Closed
Bug 18297
Opened 26 years ago
Closed 22 years ago
page with three frames doesn't load reliably
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: dbaron, Assigned: john)
References
()
Details
(Keywords: testcase)
Attachments
(4 files)
DESCRIPTION: The page with three frames at the above URL does not load
reliably. In fact, it barely ever loads. Usually I only get the bottom frame
and the backghround image of the middle one. However, once (using viewer, with
a copy of the page on my local disk as the command line argument), it loaded.
If I remove the top frame, the middle frame (the main image) loads just fine.
If I change the URL for the top frame to mozilla.org, it all loads fine.
STEPS TO REPRODUCE:
* load http://ww2010.atmos.uiuc.edu/wx/cwp/prods/launchers/satnoamir.rxml
ACTUAL RESULTS:
* no satellite image
EXPECTED RESULTS:
* see a current north american satellite image as the main (middle) frame.
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-11-08-08-M11
* Linux, viewer, 1999-11-08-08-M11
WORKS CORRECTLY ON:
* NN 4.61 Linux
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
| Reporter | ||
Comment 3•26 years ago
|
||
| Reporter | ||
Comment 4•26 years ago
|
||
I realized there's a java applet in the top frame. Could that have something to
do with the problem? The page should still load. However, this may not be a
network problem...
| Reporter | ||
Comment 5•26 years ago
|
||
I forgot that the top frame does load by itself (i.e., not within a frameset).
(It gives a javascript error, but the throbber in viewer does stop spinning.)
So there's probably a real bug here other than error handling for lack of Java.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 7•26 years ago
|
||
I think this is just due to java/javascript errors. The errors should not stop
the load of the page, but here is what I found.
I copied the frameset locally and removed the bottom frame - it was still
broken. I copied the top frame locally and changed the frameset to use that
instead - it was still broken. I removed the applet tag from my local top
frame. Suddenly it was no longer broken.
I also noticed that the javascript at the point of the error is a document.open
with a mimetype, which I'm not sure is supported yet:
doc.open("text/html");
Still looking into this...
Updated•26 years ago
|
Target Milestone: M14
Comment 8•26 years ago
|
||
Maybe... Just maybe Vidur would know more about why java/javascript errors would
cause this page to stop loading? :) Can you enlighten me? Thanks!
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Target Milestone: M14 → M17
Comment 9•26 years ago
|
||
Seems like a rare combination of factors. Marking [TESTCASE] and moving to M17.
Comment 10•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Comment 11•25 years ago
|
||
I've found another example of this - unfortunately, once again, I don't think it
will display without a membership on this site, but if someone has one take a
look at http://www.etour.com/Member/start.asp - the bottom frame loads fine, the
top one doesn't. If you push the "GO" button in the bottom frame, it *does*
load, though. This implies to me that it's not loading the frame when it's part
of a frameset but can handle "TARGET=foo" loads with no problem.
(PLUG: If you decide to sign up for them to check out this bug, they're pretty
cool, use http://www.etour.com/default.asp?associd=aff3001)
Comment 13•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: M20 → Future
| Reporter | ||
Comment 14•24 years ago
|
||
The original testcase works fine now. Can't access the one provided three
comments up.
Comment 15•24 years ago
|
||
Bulk reassignin HTML FRAME/IFRAME bugs to Eric.
Assignee: pollmann → evaughan
Status: ASSIGNED → NEW
Comment 16•23 years ago
|
||
I am combining frames with java script. But when I open the page it is
displayed wrong in Mozilla. IE displays it as I expect (not nessessarily
right). I am seeing code for both <noframes> tag and <noscript> tags. Are
these supported by Mozilla? Or have I gummed up my html/java code within the
page.
The attachment includes 4 html files and some images -- just so the page
doesn't have broken image tags.
Extract the files into the same directory and open 'index.html' that is the
frame mother.
Comment 17•23 years ago
|
||
Bulk re-assigning all of Eric's HTMLFrame bugs to John.
Assignee: eric → jkeiser
Comment 18•23 years ago
|
||
This problem is still alive in Mozilla 0.9.9.
Another testcase:
http://www-4.ibm.com/software/ts/mqseries/library/manualsa/csqzaf05/csqzaf05tfrm.htm
This is an online IBM manual page which works in Netscape 4.79.
Comment 20•23 years ago
|
||
All online testcases are WFM 2002050908/trunk/Win2K
David, could you still reproduce this bug?
Whiteboard: [TESTCASE]
Comment 21•22 years ago
|
||
wfm moz2003040909/win98
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•