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)

x86
Windows 7
defect

Tracking

()

People

(Reporter: nick.spacek, Unassigned)

References

Details

(Keywords: testcase)

Attachments

(1 file)

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
Attached file html exhibiting bug
Component: General → Style System (CSS)
Keywords: testcase
Product: Firefox → Core
QA Contact: general → style-system
Version: unspecified → Trunk
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
See Also: → 874718
This is not related to bug 874718. -moz-box is completely separate from CSS flexbox.
See Also: 874718
See Also: → 879275
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: