Open
Bug 1556685
Opened 5 years ago
Updated 2 years ago
layer-pixel alignment causes undesired scroll position via some kind of CSSOM-View APIs such as scrollTop
Categories
(Core :: Layout: Scrolling and Overflow, defect, P3)
Core
Layout: Scrolling and Overflow
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
Details
(Whiteboard: [wpt-triaged])
See bug 1554024 comment 7 for example, and bug 1554022 comment 5 is also an interesting case.
I will attach a mochitest to replicate this issue tomorrow.
Reporter | ||
Comment 1•5 years ago
|
||
Hmm, the mochitest I wrote doesn't fail as expected. So, I provide a way to see the issue, that is;
./mach wpt --setpref "layout.css.devPixelsPerPx=1.61" testing/web-platform/tests/css/cssom-view/scroll-behavior-smooth.html
You might need to change the devPixelsPerPx value on your environment.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
CCing Karl since I am bit worried that this bug causes webcompat issues on GeckoView applications. If 1-pixel (or maybe worse?) differences appear on GeckoView but not on Fennec, it's this bug.
Updated•5 years ago
|
Whiteboard: [wpt-triaged]
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•