Closed
Bug 246052
Opened 21 years ago
Closed 20 years ago
status bar text not updating during page load of http://www.boston.com/
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 209330
People
(Reporter: chofmann, Unassigned)
References
()
Details
Attachments
(1 file)
162 bytes,
text/html
|
Details |
using win32 1.7rc3 and recent firefox 0.9 candidate build.
load http://www.boston.com/
page seems to load fine, status bar progress meter updates, and throbber stops,
but text seems to get left in the status bar indicating
"Waiting for cache.boston.com..."
guessing -> event handling, but who knows at this point...
Reporter | ||
Comment 1•21 years ago
|
||
talkback crash reports what what got me started looking at this site...
maybe something in these stacks will help to understand what is going on.
3 - www.boston.com
http://www.boston.com
libc.so.6
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=81316
nsTimerImpl::ReleaseCallback
81319
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=81319
81318
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=81318
Comment 2•21 years ago
|
||
the lack of status "done" is happening on Mac and Linux as well. Haven't seen a
crash.
OS: Windows XP → All
Hardware: PC → All
This is somehow javascript related, without onload="windowLoaded()" in the
<body>-tag the statusbar shows 'done' as expected (using Gecko/20040611). After
removing a lot of javascript, the attached testcase seems to be the most simple
script which still shows this problem.
Reporter | ||
Comment 4•21 years ago
|
||
this is stange....
I loaded the page in IE and page loads to completion and "Done" is shown the
status bar.
Then I tried again with a recent 1.7 build, and amazingly the problem seems to
have went away with Mozilla as well...
Comment 5•21 years ago
|
||
Also with [Firefox] (w32) Trunk 0.9.1+ nightly 05 aug 2004 (moz 1.8a3), can i
reproduce this with example-URL http://www.boston.com - and here are two another
(different) example-URLs, with javascript-related too:
http://www.interdiscount.ch (js, 'onLoad'?!)
--> just load the site and maybe reload is needed (sometimes)...
http://www.mediamarkt.ch (js, 'onMouseOver'?!)
--> Mouse over Nav-Links should be make this "effect"...
Comment 6•20 years ago
|
||
Still around on latest MozillaTrunk: Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.8a5) Gecko/20041020
Both boston.com and the testcase still don't show page load being "Done".
Reporter | ||
Comment 7•20 years ago
|
||
adding jst to cc list
Comment 8•20 years ago
|
||
*** This bug has been marked as a duplicate of 209330 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•