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)

x86
Windows NT
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME
mozilla1.0

People

(Reporter: sspitzer, Assigned: jud)

References

Details

Attachments

(1 file)

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.
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.
Why did Jud get this bug? Sounds like a docshell or layout issue.
Target Milestone: --- → M16
yea, over to Travis
Assignee: valeski → travis
This is actually due to 5569.
Depends on: 5569
M16 has been out for a while now, these bugs target milestones need to be updated.
Related to bug 35986, but I'm not sure that it depends on it, or I'd put it in the depends field.
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.
Target Milestone: M16 → mozilla1.0
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
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: