Closed
Bug 1182167
Opened 10 years ago
Closed 10 years ago
Flex containers cause images to not proportionally scale
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 1030952
People
(Reporter: ben.dansby, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12
Steps to reproduce:
I put an img into a div which is set to display:flex.
I set the img to have a max-width and a max-height.
Actual results:
The image did not proportionally scale.
Expected results:
The image should proportionally scale.
Could you attach a testcase, please.
Flags: needinfo?(ben.dansby)
Keywords: testcase-wanted
Reporter | ||
Comment 2•10 years ago
|
||
Can you point to examples of what you'd like to see? Want to make sure I'm providing the right thing.
Flags: needinfo?(epinal99-bugzilla2)
Just a simple html file showing up the issue (on http://jsfiddle.net/ eg)
Flags: needinfo?(epinal99-bugzilla2)
Reporter | ||
Comment 4•10 years ago
|
||
Flags: needinfo?(ben.dansby)
Reporter | ||
Comment 5•10 years ago
|
||
Attached, thanks.
Attachment #8632139 -
Attachment is obsolete: true
Keywords: testcase-wanted → testcase
![]() |
||
Updated•10 years ago
|
Flags: needinfo?(dholbert)
Comment 8•10 years ago
|
||
This is indeed a bug, and is covered by bug 1030952.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dholbert)
Resolution: --- → DUPLICATE
Comment 9•9 years ago
|
||
I verified that this bug's testcase produces the reporter's expected results (the image proportionally scales now), in latest Nightly 49.0a1 (2016-05-02), which has the duplicate-target bug's fix.
--> Verified duplicate
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•