Closed
Bug 583633
Opened 15 years ago
Closed 15 years ago
max-width doesn't work for elements within table cell
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
DUPLICATE
of bug 441046
People
(Reporter: me, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b2) Gecko/20100720 Firefox/4.0b2
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b2) Gecko/20100720 Firefox/4.0b2
max-width doesn't work for elements within table cell. It does work in WebKit and IE 7+.
Reproducible: Always
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Comment 3•15 years ago
|
||
Attachment #461939 -
Attachment is obsolete: true
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 5•15 years ago
|
||
How is this a duplicate, exactly? Width and height follow totally different codepaths in CSS (since width is input and height is output).
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: DUPLICATE → ---
![]() |
||
Comment 6•15 years ago
|
||
For what it's worth, behavior in this situation is not defined by the CSS 2.1 specification. So this isn't a "css2" bug....
Keywords: css2
![]() |
||
Comment 7•15 years ago
|
||
That said, this is in fact a duplicate... but of a different bug.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 8•15 years ago
|
||
> It does work in WebKit and IE 7+.
It doesn't work in IE8 unless you enable its "compatibility view" on the page in question. IE8 in standards mode has the same behavior as Gecko.
You need to log in
before you can comment on or make changes to this bug.
Description
•