Closed
Bug 72378
Opened 24 years ago
Closed 23 years ago
Status bar says 'Transferring data from ...' when page is done loading
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla0.9.9
People
(Reporter: jrgmorrison, Assigned: law)
References
()
Details
Overview Description:
This was (partially) noted on bug 39310 (which has way too many quasi-related
symptoms noted for its own good.)
This page (and I know jag is a huge fan!), after loading, the statusbar will
still say 'Transferring data from www.britneyspears.com' even though the page
has finished loading. I mirrored the content, and as far as I could see, there
were no active requests after the initial load of the page.
This page uses the dreamweaver 'MM_foo' functions to preload and do rollovers.
It also has a shockwave plugin. Either of those may be mucking up notifications
and/or how they are handled in navigator.js. (Two things I noticed are (1) the
plugin is fetched twice [I've asked shrir if this is a known bug with shockwave
content], and (2) when rolling over the images, we do an 'If-modified-since'
GET of the same image each time (pav sez: 'libpr0n!')
Giving to jag since he was working on this status code.
Steps to Reproduce:
1) load http://www.britneyspears.com/
2) at the end of the load, the status bar say 'Transfering data ...'
Actual Results: the status bar say 'Transfering data ...'
Expected Results: the status bar should say 'Document done ...'
Reproducibility: 100% mac/linux/win32 20010316 builds
Comment 1•24 years ago
|
||
Works for me.
I do see your problem when, after "Document Done", I move over one of the links
or any other hotspots. These cause an image to be loaded, which cause the final
status to be "Connecting ..." or something.
Ugh.
I wonder if netwerk lets us know when it's done loading resources...
Target Milestone: --- → mozilla1.0
Updated•24 years ago
|
QA Contact: sairuh → claudius
page is still having problem of not finishing loading.
page contains lots of roll over images.
I also noticed some text layout problems down at the bottom
using win32 4/18 build, page gets done loading.
can we check if problem still exist on all platforms?
Comment 4•24 years ago
|
||
Is this a WFM now then?
Reporter | ||
Comment 5•24 years ago
|
||
Sure, aside from the crash on linux ...
per performance meeting on Thursday, 4/19/01. marking bug fixed. we believe
fixes for other infinite throbber, page not done loading bugs also covered this
bug.
please verify. reopen if problem still exist.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•24 years ago
|
||
I'm still seeing this problem on Windows 2000 with build 2001050320.
Reproducability: always
Steps to reproduce:
1. Go to http://forum.java.sun.com/list/discuss.sun.java.programming.lang
(this link requires a JDC membership, but it's free).
2. Click on a link to an article.
Expected results: The throbber stops, the status bar reads "Document: Done", and
the cursor reverts to normal, after the article is fully loaded.
Actual results: The throbber keeps animating, the status bar reads "Transferring
data from forum.java.sun.com", and the cursor has an hourglass, even after the
article is fully loaded.
reopen bug per last comment.
verify problem exist, using win32 2001050409 build, on win2k machine
http://forum.java.sun.com/list/discuss.sun.java.programming.lang
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•24 years ago
|
||
gagan, can you or one of your people take a look at this?
Assignee: jag → gagan
Status: REOPENED → NEW
Comment 11•24 years ago
|
||
I think the first investigation should be law's. over to bill.
Assignee: gagan → law
Comment 12•23 years ago
|
||
I've noticed this in the past, but I not for quite a while ...
Visiting britneyspears.com, the only unusual thing I noticed is that the
progress indicator (lower-right next to online/offline) remained at 100% done
after the site was loaded (versus disappearing as it normally does). The
statusbar shows the correct text.
It's been many months since this bug had activity ... is anyone still seeing
this behavior?
Comment 13•23 years ago
|
||
could this be part of a wider problem? I'm getting stings in the status bar like
'Connecting to bugzilla.mozilla.org' when the page is actually done.
Another problem i often see is when 'Document: Done' is displayed while the
images in the web page is still loading, the throbber and M logo is animating.
Are these seperate bugs filed because i cant seem to find them?
Comment 14•23 years ago
|
||
I'm seeing
"Resolving host www.microsoft.com..."
and "Connected to www.microsoft.com...".
worst of all the Stop button doesn't stop the animating "M" logo.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/bulletin/MS01-055.asp
Win32 (XP Pro) on
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.5+) Gecko/20011111
Build ID 2001111108
In this instance disabling HTTP keep-alive fixes the problem. But that same
workaround does not work for other pages that I've seen this behavior on.
Assignee | ||
Comment 15•23 years ago
|
||
Need to add some code that makes sure we clear the status text when the page is
done loading. Either that or make the whole nsIWebProgressListener system more
failsafe. Targetting mozilla0.9.9.
Target Milestone: mozilla1.0 → mozilla0.9.9
Assignee | ||
Comment 16•23 years ago
|
||
Is anybody still seeing this problem? On the Britney page, I see a message
about starting a shockwave plugin; is that not expected? I can't reproduce the
problem on the Microsoft page (probably it has changed). And the Sun java page
is no longer there.
I need a reproducible test case or else I'm going to close this WFM.
Reporter | ||
Comment 17•23 years ago
|
||
The site is completely different than originally reported. With the current
britney page, the only problem I see is that the 'Starting plugin ' message
doesn't go away (which is bug 106411). But I don't see a problem otherwise.
And I couldn't care less about the other sites as long as Britney's page
shows up OK. Whew! :-]
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → WORKSFORME
Comment 18•23 years ago
|
||
Problem still exists on build 2002031104/win95 on many sites.
Have not been able yet to determine wheather it depends on Javascript rollovers
or not.
Suggest this bug is checked against recent builds, if necessary, a REOPEN.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•