Closed
Bug 1550507
Opened 6 years ago
Closed 6 years ago
Sticky position ignored on elements within fixed position parent
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1437761
People
(Reporter: bugreporting01, Unassigned)
Details
(Keywords: parity-chrome, parity-edge)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Steps to reproduce:
Assign position: sticky; attribute to an element whose parents position is fixed. See attached example -> https://codepen.io/anon/pen/MdKKmJ
Actual results:
Sticky position attribute is ignored and element appears to revert to static position behaviour. This results in the element no longer being visible within the viewport.
Expected results:
Sticky positioned element remains in the correct position, retaining it's "sticky" behaviour.
Updated•6 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Updated•6 years ago
|
Keywords: parity-chrome,
parity-edge
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:dbaron, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dbaron)
Comment 2•6 years ago
|
||
This is bug 1437761.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(dbaron)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•