Closed
Bug 247039
Opened 21 years ago
Closed 20 years ago
After a reaload, if there are any <img>'s src which doesn't exists Moz doesn't finish loading the page
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ast, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7) Gecko/20040608
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7) Gecko/20040608
When Moz 1.7RC3 opens a HTML page in the local filesystem, and can't load any of
the src of the relative imgs (relative=the img resource is in the same
filesystem) it never finish the load of the page (the onload method is never called)
If you try to load the page prom
Reproducible: Always
Steps to Reproduce:
1. Copy the example URL to your local filesystem
2. Try to to load the page from your local filesystem (with a file://... URL)
Actual Results:
the most of the times (99%) you will no see the 'starting' alert which is called
by the body.onload event
Expected Results:
When the page is loaded an 'starting' alert should appear, from the body.onload
event.
Reporter | ||
Comment 1•21 years ago
|
||
the problem happens with MOz 1.7RC3
Comment 2•21 years ago
|
||
WorksForMe, with Moz1.7RC3 and a trunk build of Fx, both under linux...
Comment 3•21 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040616
Comment 4•21 years ago
|
||
In both Firefox 0.9 and Mozilla 1.7rc3 on WinXP (uugh), I see this every other
time I reload the page.
Reporter | ||
Comment 5•21 years ago
|
||
I have re-tested the problem
I think the bug should be renamed to
'After a reaload, if there are any <img>'s src which doesn't exists Moz doesn't
finish loading the page'
So the real problem isn't the filesystem: it's the reload, althoug in a local
filesystem I think the Moz gets stuck more frecuently
I've created another page to show the problem:
http://www.ehas.org/trabajo/moz17/img2.html
Summary: If a <img> src is in the local filesystem, and the src doesn't exist the Moz neve finised loading the page → After a reaload, if there are any <img>'s src which doesn't exists Moz doesn't finish loading the page
If I save the first example URL I also see this problem every other time I click
Reload, but there are no problems if I use Shift-Reload (rv:1.8a2 Gecko/20040613).
Comment 7•21 years ago
|
||
This seems to work in 1.8a4. Problem in 1.7.x and firefox 1.0.
Updated•20 years ago
|
Product: Browser → Seamonkey
![]() |
||
Comment 8•20 years ago
|
||
Worksforme with a current trunk build. Marking so, but please reopen if the
problem can be reproduced with a current trunk build (not Firefox 1.0 branch or
Mozilla 1.7 branch).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•