Closed
Bug 1421237
Opened 7 years ago
Closed 6 years ago
scroll-behavior should not propagate from BODY to viewport
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1481103
People
(Reporter: rune.lillesveen, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Steps to reproduce:
See test for BODY propagation of scroll-behavior in:
https://chromium-review.googlesource.com/c/chromium/src/+/793045
Tested in 59.0a1 (2017-11-23)
Actual results:
scroll-behavior: smooth on BODY is propagated to viewport scrolling
Expected results:
scroll-behavior should not have been smooth on viewport
Reporter | ||
Comment 1•7 years ago
|
||
Relevant spec: https://drafts.csswg.org/cssom-view/#smooth-scrolling
Updated•7 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Updated•7 years ago
|
Priority: -- → P1
Updated•7 years ago
|
Priority: P1 → P3
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•