Open
Bug 1612609
Opened 5 years ago
Updated 4 years ago
the CSS -moz-element() function doesn't properly update when it contains a sticky element inside
Categories
(Core :: Web Painting, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: artemx100, Unassigned)
Details
Attachments
(1 file)
5.00 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
- Create an element with a sticky element inside of it and allow scrolling.
- Create another element and use -moz-element() to "mirror" the first element.
- Scroll the first element so the sticky element moves.
Actual results:
The -moz-element() "mirror" did not update.
Expected results:
The -moz-element() "mirror" should have updated.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:ajones, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ajones)
Updated•5 years ago
|
Component: General → CSS Transitions and Animations
Comment 2•5 years ago
|
||
There are no transitions or animations in this content. Moving to Web Painting.
Component: CSS Transitions and Animations → Web Painting
Updated•4 years ago
|
Flags: needinfo?(ajones)
Updated•4 years ago
|
Severity: normal → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•