[e10s] Elements on page don't immediately respond to page scrolling with mouse wheel
Categories
(Core :: Performance, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
e10s | - | --- |
firefox46 | --- | wontfix |
firefox47 | - | wontfix |
firefox48 | --- | wontfix |
firefox49 | --- | fix-optional |
firefox50 | --- | fix-optional |
firefox51 | --- | fix-optional |
firefox110 | --- | wontfix |
People
(Reporter: arni2033, Assigned: ksenia)
References
(Depends on 1 open bug, )
Details
(Keywords: regression, webcompat:site-wait, Whiteboard: [apz-evangelism][gfx-noted] [sitewait])
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Updated•9 years ago
|
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment 15•9 years ago
|
||
Reporter | ||
Comment 16•9 years ago
|
||
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment 21•9 years ago
|
||
Reporter | ||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Comment 24•9 years ago
|
||
Reporter | ||
Comment 25•9 years ago
|
||
Updated•9 years ago
|
Updated•8 years ago
|
Comment 27•8 years ago
|
||
Comment 28•8 years ago
|
||
Updated•8 years ago
|
Comment 29•8 years ago
|
||
Updated•7 years ago
|
Updated•6 years ago
|
Comment 30•6 years ago
|
||
See bug 1547409. Moving webcompat whiteboard tags to keywords.
Comment 31•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:karlcow, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 32•3 years ago
|
||
I've checked the issue, but for me hovering "KULTUR" category (or any other top bar category) does not open any panel.
If I scroll down and back, the header does not disappear and the scrolling is smooth. While scrolling down/up, the ad on the right side, blinks but it does not influence the header.
Tested with:
Browser / Version: Firefox Nightly 101.0a1 (2022-04-07)
Operating System: Windows 10 Pro
Botond does the issue still reproduce on your side?
Comment 33•3 years ago
|
||
I believe the issue remains valid as filed. The site stills use a scroll-linked effect (changing the site header between position:relative
and position:fixed
in response to scroll events), and we emit a console warning about this, and as a result the transition of the header lags slightly behind scrolling.
The suggestion to update the site to use position:sticky
is still relevant. In addition, scroll-linked animations, currently under development, will provide a richer set of options for website authors to express these types of transition effects.
Updated•3 years ago
|
Updated•2 years ago
|
Comment 34•2 years ago
|
||
I was able to reproduce the issue.
Tested with:
Browser / Version: Firefox Nightly 110.0a1 (2023-01-12) (64-bit)
Operating System: Windows 10 PRO x64
Notes:
- Reproducible regardless of the status of ETP.
- Reproducible on the latest build of Firefox Nightly and Release.
- Works as expected using Chrome.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 35•7 months ago
|
||
Based on comment 33, this seems to be perf-related? Moving it to the performance triage component for y'all to decide.
Comment 36•6 months ago
|
||
:botond, is this issue still reproducible with the site mentioned in comment 0?
Comment 37•6 months ago
•
|
||
(In reply to Greg Mierzwinski [:sparky] from comment #36)
:botond, is this issue still reproducible with the site mentioned in comment 0?
It looks to me like the site has changed since the time the bug was filed:
- The header is now already
position: fixed
when the page loads, and remainsposition: fixed
after you scroll down. - There is no more console warning about a scroll-linked effect.
- The header does decrease in size when you scroll down and increase in size when you scroll back up. These changes are implemented in script and there is a delay between the start of the scroll and the change to the header. (This means the effect is still technically a "scroll-linked effect", even though it might not be one that our detector catches and warns about.)
- However, the same behaviour is observable in Chrome.
- The site could improve this in the future by using scroll-driven animations. (This feature is not yet enabled by default in all browsers.)
Since our behaviour on the current site is now comparable to Chrome, I would suggest closing this issue as "invalid".
Comment 38•5 months ago
|
||
Sounds good, thanks!
Description
•