Closed
Bug 228330
Opened 21 years ago
Closed 20 years ago
Error dialog box doesn't appear on a framed page if the server is taken down while surfing.
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: adubry, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031008 Firebird/0.7+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031008 Firebird/0.7+
I was surfing a framed website (internal Admin, can't give the URL sorry). It
had a top frame, a left frame, and the main body frame in the middle. It has a
bunch of links in the left frame.
I stopped the web server. Now when I click on any link on that page, it appears
to try to load the page but then just says, "Done" in the bottom status bar.
There's no "The connection was refused when attempting to contact foobar:8999"
message. That's the bug: where is the error dialog?
I have a non-framed window open on that same server and any links I click on in
THAT window do give me the error dialog. So it appears that this only happens in
a window that has frames. hitting RELOAD on the framed page gives the error
though. It's limited to clicking on links currently on the framed page while the
server is down that cause the "Done" with no error dialog bug.It caused me grief
cuz I forgot I turned off the server and without the error dialog I was
perplexed :).
Reproducible: Always
Steps to Reproduce:
Described above in "Details".
1. load a page with frames. Make sure links on that page go to other areas of
the server but keep the frames.
2. stop the web server
3. click on a link. It tries to load but cannot of course, yet no error dialog
appears. On a non-framed page, the "The connection was refused" error box would
have popped up.
Actual Results:
No Error dialog box pops up in a framed page.
Expected Results:
Firebird should have displayed the "The connection was refused when attempting
to connect ....." error dialog box.
Reporter | ||
Comment 1•21 years ago
|
||
p.s. I also confirmed this bug on a Windows 2000 box using the latest nightly
build of Firebird I just downloaded. (my linux build is about 2 months old)
Comment 2•21 years ago
|
||
what about using Mozilla instead of Firebird? I think this would be an HTTP
Networking issue, but I don't have a way of testing this.
QA Contact: mconnor
Reporter | ||
Comment 3•21 years ago
|
||
I just confirmed the bug still exists in the Linux Firebird 0.7+ nightly build
20040123. I also tested the 20040113 release of Mozilla 1.6 and it also has the
same exact bug. I tested the bug in MS Internet Explorer 6.0 and it does NOT
have the bug. IE6.0 displays a "Action cannot be displayed" message in the
destination frame (that's the equivalent of Mozilla's "Connection refused
when..." popup dialog box). Mozilla/Firebird doesn't change the screen at all or
give any messages about the server not being up anymore, on framed pages.
Comment 4•21 years ago
|
||
->networking
Assignee: firefox → darin
Component: General → Networking
Product: Firefox → Browser
QA Contact: mconnor → benc
Version: unspecified → Trunk
Comment 5•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Reporter | ||
Comment 6•20 years ago
|
||
I just upgraded to Firefox 1.5 beta1 and tested this bug. It is indeed fixed! It
appears the dialog popup error window has been replaced. Now if the server is
done, Firefox display an entire webpage (ala Internet Explorer) describing that
the connection has failed, etc, with a message about what to do.
very nice. thanks firefox peoples!
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•