Closed Bug 1138406 Opened 9 years ago Closed 9 years ago

max-width not working with parent display: inline-block

Categories

(Core :: Layout: Block and Inline, defect)

36 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 932996

People

(Reporter: me, Unassigned)

Details

Attachments

(1 file)

Attached file example.html
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20150222232811

Steps to reproduce:

- Created an img element with height: auto; max-width: 100%;
- Parent element has display: inline-block; (in my example the body)

Attached an example html code.

PS: display: inline or display: block works fine.


Actual results:

max-width: 100%; will not work. The image will not be scaled to the max-width of the parent element, I'll have the images original size.


Expected results:

The image should be scaled to the parent elements width.
Reproduced on OS X 10.10.2 with Firefox 39.0a1 (2015-03-04).

This looks like Bug 932996 (and some other related ones as well).
Component: Untriaged → Layout: Block and Inline
OS: Windows 8.1 → All
Product: Firefox → Core
Hardware: x86_64 → All
Yes, exactly.

Ninos, the layout for this CSS is explicitly not defined in the CSS specification, for what it's worth....
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: