Open
Bug 619476
Opened 14 years ago
Updated 2 years ago
absolute positioned child using 'bottom:' within a box-flex ignores height
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: nick.spacek, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
721 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.607.0 Safari/534.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
A child element (child) is positioned absolutely using 'bottom:' inside a 'display: -moz-box' element (parent) with 'position: relative' set. Child displays above parent, as if parent has no height.
Reproducible: Always
Steps to Reproduce:
1. Open attached test HTML
Actual Results:
Child displays above parent
Expected Results:
Child displays offset from parent's bottom edge
Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Component: General → Style System (CSS)
Keywords: testcase
Product: Firefox → Core
QA Contact: general → style-system
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
The box flex stuff changes block heights in this case without actually reflowing the block, as far as I can tell, which means that abs pos kids don't get repositioned according to the new height.
Status: UNCONFIRMED → NEW
Component: Style System (CSS) → Layout
Ever confirmed: true
QA Contact: style-system → layout
Comment 3•10 years ago
|
||
This is not related to bug 874718. -moz-box is completely separate from CSS flexbox.
See Also: 874718 →
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•