Closed
Bug 48664
Opened 25 years ago
Closed 24 years ago
Infinite loading of not existing file
Categories
(SeaMonkey :: Sidebar, defect, P3)
Tracking
(Not tracked)
mozilla1.0
People
(Reporter: numizmatyka, Assigned: matt)
References
Details
(Whiteboard: 3 days, 6/15)
Attachments
(1 file)
|
557 bytes,
text/html
|
Details |
I was creating my homepage and I added a option to add to Sidebar a panel. I
writed in code the local adress of the panel I opened my page in Mozilla and
clicked "add panel". But I forgot, that the panel file isn't existing.
Actual Results: The panel loads in infinitive.
Expected Result: On the Sidebar there should be a info "Panel file not found".
Comment 1•25 years ago
|
||
numizmatyka@priv4.onet.pl - we need more information before we can proceed
further. What exactly do you mean by "The panel loads in infinitive"? Can you
give us a URL to demonstrate the problem? Also, please tell us the Build ID of
the copy of Mozilla you were using.
Thanks :-)
gerv
Well, the panel never loads. An example URL can be
"file://c|/an_unexisting_url.html". I used 2000080921.
Comment 3•25 years ago
|
||
When I go to the fake URL given in 20000827, I get a "you are about to
downloading something of type text/html", then an "Unknown Error." But
it doesn't keep trying to load it for ever...
Gerv
Comment 4•25 years ago
|
||
I am seeing this in 2000091212 win 98.
I believe what the original reporter meant by 'loads in infinitive' is that when
you try to load a sidebar panal that does not exist, you get the 'Loading'
message in the sidebar panal and it never goes away, it never realises that the
file doesn't exist.
I do not believe that once it cannot find the file it keeps on trying, so the
'Loading' message is incorrect.
I will attach a test case, save the html to your HD, view the html and click on
the button to install the sidebar. Notice the complete lack of 'file not found'
message.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
Reassigning 50 Sidebar bugs to Matt. I was told this was going to be done
shortly about two months ago, but it clearly hasn't been. I think that's long
enough for all these bugs to remain assigned to nobody.
Feel free to filter all this spam into the trashcan by looking for this string
in the message body: ducksgoquack
Assignee: slamm → matt
Comment 7•25 years ago
|
||
Updated•25 years ago
|
Summary: Infinitive loading of not existing file → Infinite loading of not existing file
Target Milestone: --- → mozilla0.9
Comment 8•25 years ago
|
||
nav triage team: we'd like to take this off matt's plate by lowering priority
and futuring, so as to make place for 28137 on the list. kevin - please note
since this is a sidebar bug, hope you dont mind our taking it off the list.
thanks, Vishy
Priority: P2 → P4
Target Milestone: mozilla0.9 → Future
Comment 9•25 years ago
|
||
We need to talk about this - I think there is significant value in providing
either a stop button or a "Not Found" display with some sort of timeout. The
infinite loop is unacceptable, primarily because of the apparent impact on
performance.
Comment 11•24 years ago
|
||
This hapens all the time when I use mozilla/ns6 and switch profiles with the
profiles that have a "Buddy List" entry.
In general, we need better error handling here, the loading icons should spin
forever only on real things that take forever, like slow servers and half-open
connections.
Keywords: nsCatFood
Updated•24 years ago
|
Comment 12•24 years ago
|
||
See also bug 63859, which is the same problem for sidebar panels with http://
urls.
Keywords: nsCatFood → nsCatFood-
Comment 13•24 years ago
|
||
renominating for catfood.
Please explain why this is minused. The happens in too many places to not be a
cause of bug reports and satisfaction issues when we release nsbeta1.
We also should expect that sidebars that have low availability or high latency
will do this to users.
Also, people with general connectivity problems (dropped lines, dialup, proxy
servers, router failures) will all start showing spinning arrows when they get
disconencted.
Keywords: nsCatFood- → nsCatFood
Comment 14•24 years ago
|
||
I agree and I'll ask again: "pchen, why are you minusing bugs without PM?" I'll
come if you invite me, honest!
Updated•24 years ago
|
| Assignee | ||
Comment 15•24 years ago
|
||
I want to add a check for local tabs that are chrome to check to see if the
chrome file exists. If it exists then we load that tab. Otherwise we don't.
day:2
risk:little
Status: NEW → ASSIGNED
Updated•24 years ago
|
Whiteboard: 3 days, 6/15
Comment 16•24 years ago
|
||
sidebar+pdt triage: not an rtm stopper
Target Milestone: mozilla0.9.2 → mozilla1.0
Comment 17•24 years ago
|
||
The infiinite loading bug was fixed some time ago:
(1) first an alert pops up saying the page was not found and to please try again
later (from necko?)
(2) then after a timeout the "Loading..." message is finally replaced by
PaneNotFound.xul which reads: "This tab is not available right now."
*** This bug has been marked as a duplicate of 77635 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•