Closed
Bug 86512
Opened 23 years ago
Closed 23 years ago
Weird cropping in images
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: dave, Assigned: pavlov)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.1+) Gecko/20010618
BuildID: 2001061808
The banner ad in the upper right can get strangely cropped. The html says
width="468" height="60", and the ad gets cropped.
Reproducible: Always
Steps to Reproduce:
1.Go to the site
2.Reload it until a cropped ad (shouldn't take long, because there aren't many
advertisers on that site).
3.Observe that the ad is cropped, and there's a lot of empty yellow space.
Actual Results: The ad is cropped strangely.
Expected Results: The ad should not get cropped, and in fact displays correctly
in IE.
Re-generating the page without the height=60 attribute does not crop the ad. The
width= attribute at the site is incorrect (it's 468 instead of 486). But, even
if we do the page with the correct dimensions for width and height attributes,
the image still gets cropped. If we do it with just width or no width or height,
all is fine, but if we do it with both width and height or just height, the
image is cropped.
dup
*** This bug has been marked as a duplicate of 74313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•