-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: default value hidden inside fragment #12
Comments
Uh oh, that's not good. May I ask which version of the library you're using? And also, is stepper touch widget put into a fragment, scrollview or anything else that might worth knowing? |
@DanielMartinus I'm using 0.6. Previously i've been using 0.4 and 0.5 there was this bug too. |
I've tried reproducing it but didn't succeed. Can you share more of your layout structure and how you've styled the Stepper-Touch? |
@DanielMartinus Here is fragment of xml code
|
Hi @Kobanister, A bit of a late reply but today I found some time to look at it again. I've tried a couple of different things. The view hierarchy you posted above, but instead of the LockableScrollView I used a normal scrollview. I've also tested it with a ViewPager and some other ViewGroup elements. But as much as I tried with different UI setups, versions of Android and versions of the AppCompat library unfortunately I didn't encounter the same problem as you have. So, in order to find the issue it might be best if you upload a demo project with the code somewhere where you can reproduce the same problem. It will help a lot to find a solution. |
In a similar layout (stepper inside a scrollview inside a pager fragment), I found that in That could be a clue as to what is going wrong? For my project needs I just replaced that line with |
Also encountered this with the latest version. My temporary solution was to call
|
Hi! @DanielMartinus thanks for the great lib. Can you help me with this bug? Maybe you can fix it or make workaround. Thanks!
The text was updated successfully, but these errors were encountered: