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

How to request focus for section headers when there are items behind them? #8

Open
dannysunyu opened this issue Apr 3, 2013 · 5 comments

Comments

@dannysunyu
Copy link

My situation is like this: I placed a button inside one section header. It was clickable when there are no items behind that section header. But to my surprise, when I was scrolling down the ListView and there were section items behind the section header, the items got focus instead of the header. This is abnormal as one might expect. Is there any means to circumvent this behavior? Please be kind to reply me because there's a deadline on my project.

@JimiSmith
Copy link
Owner

This is a duplicate of #6

I'm working on getting a fix out this week.

@jvlstudio
Copy link

Hi, why the section can't clickable when it scroll to top? Please help me.

@litao0621
Copy link

@JimiSmith @jvlstudio I have the same issue,First section can't clickable

@mejonzhan
Copy link

custom header, and override dispatchTouchEvent in listview, then setOnTouchListener.
look this commit mejonzhan@d0a257f
@JimiSmith @jvlstudio @sd6352051 @dannySuen

@tneginareb
Copy link

Thank you @mejonzhan for these changes. Every event can be handled now ;) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants