Closed
Bug 33459
Opened 25 years ago
Closed 24 years ago
framesets, need to load about:blank (or something) on connection refused or connection timed out.
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla1.0
People
(Reporter: sspitzer, Assigned: jud)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
ok, this is a first pass at logging this bug. the summary and test cases will
get better.
go to:
http://my.netscape.com/publish/navbar.tmpl?cp=mynet.237&service=net.237&id=item_2&h=3641556746
you should see a page with two frames.
the top frame should load, and the bottom frame currently doesn't, because the
server is timing out.
on the inital load, the bottom frame isn't blank, but some sort of painting
garbage. on the failure to load, it says garbage.
let me go work on a simple bit of html to reproduce this.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
adding rickg, so layout is in the loop on this one.
the attachment is a frame set with two frames, one that goes to yahoo and one
that has a bogus hostname. when dns fails, you get the alert about failing to
find the host, and then the bottom frame is just garbage.
Comment 3•25 years ago
|
||
Why did Jud get this bug? Sounds like a docshell or layout issue.
Updated•25 years ago
|
Target Milestone: --- → M16
M16 has been out for a while now, these bugs target milestones need to be
updated.
Comment 7•24 years ago
|
||
Reassigning all travis bugs to Valeski for triage. Don thought these were
all docshell related. Travis is no longer at netscape so these bugs are
unowned.
I'm reassigning 23 bugs to Valeski right now. To search for them,
search for "BUGSFORMERLYKNOWNASTRAVIS" in the description. The url below
should work.
http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=BUGSFORMERLYKNOWNASTRAVIS&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time
Assignee: travis → valeski
Comment 8•24 years ago
|
||
Related to bug 35986, but I'm not sure that it depends on it, or I'd put it in
the depends field.
Comment 9•24 years ago
|
||
I have the same/similar bug - just without timedout servers but with a simple
"about:blank" page in a frameset with noscrolling frames.
Tested with Mozilla M18 2000080508 and Windows 98
Try this:
<frameset rows="50%,*" framespacing=0 border=0 frameborder=0>
<frame name="FRAME1" src="about:blank">
<frame name="FRAME2" src="about:blank">
</frameset>
everything is working fine.
Now try it with scrolling disabled:
<frameset rows="50%,*" framespacing=0 border=0 frameborder=0>
<frame name="FRAME1" src="about:blank" scrolling=no>
<frame name="FRAME2" src="about:blank" scrolling=no>
</frameset>
You will not like the result !!!
The background is messed up when moving another window over it exactly like I
already described for the DIV-Bug
(http://bugzilla.mozilla.org/show_bug.cgi?id=47173)
Maybe somebody should change the "Target Milestone". And maybe increase the
Priority since I very often have this "background garbage" problem with DIVs,
transparent GIFs, blank pages, etc.
Assignee | ||
Updated•24 years ago
|
Target Milestone: M16 → mozilla1.0
Assignee | ||
Comment 10•24 years ago
|
||
when I load the test html, I get a framed doc, after hitting ok on the dns name
not found dialog. I think this is no longer an issue, please reopen if I'm mistaken.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•