emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

OnItemClickListener not work #443

Open samigehi opened 8 years ago

samigehi commented 8 years ago

OnItemClickListener not work when using MaterialRippleLayout in list item

whizzzkey commented 8 years ago

+1 Same bug

KoStudio commented 8 years ago

+1 , I have the same problem

Mmasquerada commented 7 years ago

+1, when I put a scrollView on the sticky header, the first item under the sticky header cannot be clicked in the sticky state.

somodikrisztian1 commented 7 years ago

Check this out, in my case this helped: http://stackoverflow.com/questions/5551042/onitemclicklistener-not-working-in-listview

Diego-Franco commented 7 years ago

Anyone found the fix? the last post from @somodikrisztian1 doesn't works for me, and this is happening whit the first item for each section on the list.

Hiten1984 commented 4 years ago

Hi guys,

I just experiences a similar situation. I was using same xml for recycler view and stickyList . The layout root element has android:clickable=true set for recycler view to have click effect, and I noticed my stickyList click item stopped working. So I removed and set it programatically for the recyclerview. Voilla, sticky list click listener started working again....

Cheers