Open
Bug 1133666
Opened 8 years ago
Updated 6 months ago
Devtools support for scrolling snap points
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Depends on 1 open bug)
Details
Depends on CSS scroll snapping to be implemented first (bug 945584). Spec: http://dev.w3.org/csswg/css-snappoints/#intro It's the sort of CSS features that devtools can easily help debug visually, simply by showing where the snappoints are in the container.
Comment 1•7 years ago
|
||
Setting P3/enhancement for now, but I think it's worth reassessing the priority now that Bug 945584 has landed. pbro: what do you think? We keep it as P3 until the property gets a bigger adoption?
Severity: normal → enhancement
Flags: needinfo?(pbrosset)
Priority: -- → P3
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #1) > Setting P3/enhancement for now, but I think it's worth reassessing the > priority now that Bug 945584 has landed. > > pbro: what do you think? We keep it as P3 until the property gets a bigger > adoption? Yeah, it would make sense to help with simpler CSS properties that most people use today and have trouble with. But having said this, it's always a hard balance to strike because devtools can also play a role in feature adoption. I think P3 is fine for now.
Flags: needinfo?(pbrosset)
Comment 3•7 years ago
|
||
The CSS Scroll Snap spec. changed a lot since this bug was created, so we should wait until the implementation got updated accordingly. See bug 1231777. Sebastian
Depends on: css-scroll-snap
Updated•5 years ago
|
Product: Firefox → DevTools
Comment 4•4 years ago
|
||
The updated version of scroll snapping shipped in Firefox 68. So, there shouldn't be anything holding up the implementation anymore. (Except for resource constraints, of course. 😊)
The implementation should visualize the scroll-margin
, scroll-padding
, and scroll-snap-align
values, maybe also scroll-snap-type
. Only scroll-snap-stop
is not implemented yet.
Sebastian
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•