Closed
Bug 1350580
Opened 8 years ago
Closed 8 years ago
Absolute position child of flexbox element positioned incorrectly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1345873
People
(Reporter: marek.raida, Unassigned)
References
Details
(Keywords: regression)
Attachments
(5 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170316213829
Steps to reproduce:
Open enclosed document
Actual results:
div.media , which is in flow after absolutely positioned element div.category, is positioned on the right ow window
Expected results:
div.media should be positioned on the left of the window
If you open inspector and disable a re-enable position:absolute on div.category,
div.media is suddenly positioned on the left, what is expected position, but differs from the initial painting, so should be considered as a bug.
Webkit/Blink based browsers paint it more properly.
Could you attach a screenshot of the rendering on Chrome? (as removing position:absolute doesn't return the rendering to the supposed layout)
Flags: needinfo?(marek.raida)
Reporter | ||
Comment 2•8 years ago
|
||
Flags: needinfo?(marek.raida)
Reporter | ||
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
Reporter | ||
Comment 5•8 years ago
|
||
Reporter | ||
Comment 6•8 years ago
|
||
sure, here it comes... is it sufficient?
It looks like a dupe of bug 1345873.
Blocks: 1269045
status-firefox52:
--- → affected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Component: Untriaged → Layout
Keywords: regression
Product: Firefox → Core
Reporter | ||
Comment 8•8 years ago
|
||
yes, it is duplicate
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•