-
Notifications
You must be signed in to change notification settings - Fork 675
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
2 bugs on the ListView sample #6
Comments
Hi, thanks for the heads-up! Seems to be a problem with the parallax effect, can you check whether the "no parallax" demo works fine? |
All others samples of your demo work fine, even with parallax effect. I'll try tonight to remove the parallax effect in my application with the listView sample... |
I guess the other demos use ScrollViews instead of ListView, so this must On Mon, Jun 17, 2013 at 8:52 AM, jcfevre notifications@github.com wrote:
|
This is broken for me, too. I'll provide a fix ASAP. Stay tuned |
…king properly with ListViews; bumped version number to 2.2.0; updated changelog
Fixed in 2.2.0!! Thanks again for reporting the issue. |
Hi Manuel, I'm sorry, but the bug still exists in the demo application (after updating If you don't reproduce the bug, could switch between portrait and 2013/6/22 ManuelPeinado notifications@github.com
Jean-Charles |
Here the steps to see the bug :
The other bug (overlay) seems to be fixed. Thanks |
That's weird, I thought I had solved both issues. Anyway, thanks a lot for
|
@jcfevre Just released v2.2.4 which I'm pretty sure fixes all ListView-related issues. Thanks again for your help! |
Sorry, but... after updating application, I always have a problem in landscape mode with listview. the behavior is slightly different, but the text is always cover image. It's better, but not perfect... |
It works perfectly for me now, what device/version are are using for your tests? Thanks for helping out. |
I'm using Smg Galaxy S III |
I'm having the same issue on a HTC One, 4.2.2. Seems to be the parallax + ListView problem. Any ideas about what could be wrong? |
me too i have the same problem on Nexus 4. |
Same issue here, Nexus 4, Android 4.4.2. It happens in the ListView example if I first scroll down, then scroll back to the top, and then scroll down again. |
Same issues on 4.4.2 Motorola Moto G. Rotating the display will reproduce the issue. And this is more of a problem in case you have a fragment with this fading actionbar in the backstack and you return to it with the back button - the backround is always messed up. |
I think I found a clue what might be happening - the listview scroll position is persisted during orientation change, but the fading actionbar doesn't take this into account. I guess it assumes that it always starts from the top scroll position. Setting listView.setSaveEnabled(false) will fix this, but the scroll state is lost during orientation change. |
Is there another solution/workaround for this other than not-saving the listView's scroll state ? |
i am also facing same problem in my app which i have developed by using manuelPeinado/FadingActionBar library . |
did anyone find solution . no parallax is also not working in my project |
On the listview sample :
1- in landscape mode, the list go over the image when I'm scrolling down (see the attchemnt)
2 - in portrait mode, When I'm at the top of the list (arriving on the screen) this is fine. But there is a light grey overlay that come from the bottom and overlays the list while I'm scrolling down. ( see the attchemnt)
Tested on Galaxy S (the first one) with Cyanogen, android version 4.1.2
The text was updated successfully, but these errors were encountered: