Closed
Bug 437821
Opened 17 years ago
Closed 13 years ago
Animated GIF does not retain SIZE when .src source file changed via javascript
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: yxaxmail, Unassigned)
References
()
Details
(Keywords: regression, testcase)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
See reference URL for example. FF 3RC2 fails to retain HEIGHT and WIDTH parameters when .src in changed via javascript. This is new behavior not seen with Firefox 2.0, IE6 or IE7.
Reproducible: Always
Steps to Reproduce:
1. display animated gif with height and width parameter larger than original
2. change img src file via javascript
3. note that image display correctly for first animated GIF frame but reverts to original size for subsequent GIF frames.
Actual Results:
image display correctly for first animated GIF frame but reverts to original size for subsequent GIF frames
Expected Results:
animated GIF displays at specified HEIGHT and WIDTH for ALL frames.
Comment 1•17 years ago
|
||
Regression range is http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1174350960&maxdate=1174352639
-> Bug 371434.
Blocks: 371434
Status: UNCONFIRMED → NEW
Component: General → GFX: Thebes
Ever confirmed: true
Keywords: regression,
testcase
Product: Firefox → Core
QA Contact: general → thebes
Version: unspecified → Trunk
Comment 2•13 years ago
|
||
Well, *something* in the intervening 3 years seems to have fixed this.
Status: NEW → RESOLVED
Closed: 13 years ago
Component: Graphics → ImageLib
QA Contact: thebes → imagelib
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•