[Slider] The label is scrolled when it's in the scroll view and LABEL_VISIBLE
See original GitHub issueDescription:
This issue comes when the slider is placed inside ScrollView and labelBehavior
is set as LABEL_VISIBLE
. When the user scrolled down, the label is scrolled too.
Expected behavior: The Expected behavior is the label is not scrolled and is still in the slider position
Android API version: Android 10 (API level 29) and Android 11 (API level 30)
Material Library version: Tested on 1.6.0 and 1.7.0-alpha03
Device: Tested on Google Pixel 3A (Emulator) and Xiaomi Redmi 10S
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
R shiny: how to stop sliderInput label click from causing scroll ...
To illustrate this, place a sliderInput further down on a page (e.g. after a large block of text or a chart, and then...
Read more >ScrollView is not scrollable inside of RefreshView · Issue #5772
Seems like VerticalStackLayout grows infinitely inside of RefreshView, therefore you cannot scroll any content inside of RefreshView.
Read more >UIStackView not laying out as expected in a UIScrollView
1. constraining the UIScrollView to its superview (top, height, leading and width) 2. add a UIView inside the scrollView label it Content View....
Read more >How to Keep Row and Column Labels in View When Scrolling ...
This is Part 1 in a series of Tutorials focused on the commands of the VIEW Tab of the Ribbon in Excel 2007...
Read more >Vertical Scroll on label | B4X Programming Forum
Hello, I am creating an app where I need a label with vertical scrolling so that when there is a lot of text,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue is also present in the bottom sheet https://github.com/material-components/material-components-android/issues/3124
Temporary solution, I just set the label visibility based on
scrollChangedListener
. The downside is sometimes the transition between labels shows up and disappear is not smoothSomething like this