Skip to content
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

Custom button on back container view becomes disabled after animation #7

Closed
Jackson0111 opened this issue May 31, 2016 · 6 comments
Closed

Comments

@Jackson0111
Copy link

Great library! I love this thing. But I noticed something very strange, and didn't quite figure out what's going on. I have a button on the back view, but looks like it's disabled when shown after the first animation. Any idea what might cause this? And how it could be fixed?

@ctscoville
Copy link

I saw a similar issue, and I think it could be due to the layout of the cells after scrolling or when data gets reloaded. I saw a problem in the layout where cells were overlapping. Visually everything looks fine, but if you examine the view order, you'll see the cells overlapping and blocking the touch that should get through to the button you want. I fixed this by making sure the center cell is always on top by adding one line to the layout: ctscoville@51edd4a

You can disregard the whitespace changes in that commit, and you should see the line I added on line 131.

@vishaladori
Copy link

However, buttons on the back container view arent getting active

@osmanyildirim
Copy link

@ctscoville are you sure? Because not working :(

@iDontCode
Copy link

I have similar issue, and unfortunately @ctscoville's fix does not work. Any other ideas?

@Mahdimm
Copy link

Mahdimm commented Aug 13, 2017

@ctscoville hi do you have any open source project I couldnt implement that if there is something please let us know and use it I couldnt understand nothing from usage and demo
if there is some please help us to know it

@0ber
Copy link
Contributor

0ber commented Jan 25, 2018

it works now
tap

@0ber 0ber closed this as completed Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants