Closed
Bug 81816
Opened 24 years ago
Closed 24 years ago
hover causes image reload from server
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: will, Assigned: jst)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8.1) Gecko/20010323
BuildID: 2001032319
in a <a href=somewhere><img src="something.jpg"></a> situation, where the target
URL is not enclosed in inverted commas, my mozilla reloads the enclosed image
from the server when you hover over it with the mouse. as soon as you format
the <A href="targeturl"> code properly, it doesnt do this any more...
Reproducible: Always
Steps to Reproduce:
1.create a an img tag within a link tag
2.
3.
| Assignee | ||
Comment 1•24 years ago
|
||
Please test this with a newer mozilla build, and if it's still a problem please
attach a testcase or point us to a page that shows the problem.
Comment 2•24 years ago
|
||
Reporter, any success with a latest build?
(http://ftp.mozilla.org/pub/mozilla/nightly/latest)
Both the cache and the imglib have been rewritten so it's likely that this bug
has been fixed.
Thanks.
Comment 3•24 years ago
|
||
mail from the reporter:
"seems to be fixed in 0.9".
Marking worksforme.
(and you're not wasting our time, don't worry :)
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•