Open
Bug 528003
Opened 16 years ago
Updated 3 years ago
The semantics for when we use cached images and when we load new ones should be defined
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
Details
The current semantics don't seem well defined and are certainly not easy to understand. We should figure out what we want the semantics to be and fix it so that we match the desired semantics.
The behaviour in other browsers is pretty varied, but we can get some examples of things we probably don't want to have:
- Opera and IE sometimes draw new images at the old sizes
- Once we have an image it shouldn't change. i.e inserting a new img element probably shouldn't change the image used in the other images.
I'm not sure the particular semantics we pick are super important but we should try and get some tests to at least ensure that our semantics don't change unknowingly.
Updated•14 years ago
|
QA Contact: imagelib → jmuizelaar
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•