Closed
Bug 64529
Opened 24 years ago
Closed 24 years ago
[libimg]Cache should be used when a JavaScript function changes the height of an element
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: kazhik, Assigned: pavlov)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
If a Javascript function try to change the height of an image
by document.getElementById().style.height, it sends a request
to the http server. Cache should be used.
http://sites.netscape.net/ikazhik/bugzilla/test/20010107a.html
Push "start" button on this testcase. the red line blinks.
http://sites.netscape.net/ikazhik/bugzilla/test/20010107b.html
This second testcase doesn't blink, because it draws the vertical
line by <div>.
Build: 2001010504/Win98
Comment 2•24 years ago
|
||
Yeah, this is a bug in the image cache key generation
Assignee: neeti → saari
Component: Networking: Cache → ImageLib
Target Milestone: --- → mozilla0.9
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: Cache should be used when a JavaScript function changes the height of an element → [libimg]Cache should be used when a JavaScript function changes the height of an element
Assignee | ||
Comment 5•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•