Closed
Bug 1556685
Opened 6 years ago
Closed 7 months 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
()
RESOLVED
DUPLICATE
of bug 1674687
People
(Reporter: hiro, Unassigned)
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•6 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 | ||
Comment 2•6 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•6 years ago
|
Whiteboard: [wpt-triaged]
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 3•7 months ago
|
||
Closing since bug 1674687 was closed.
Note that the wpt in comment 1 works fine on my linux box.
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•