Android ImageButton in ListView row clicklistener not responding
问题 I have a ListView with rows that contain ImageButtons (shown as 'O' below): [<-------TextView-------> O O O] [<-------TextView-------> O O O] I am finding that the first row has intermittent behaviour. At first it appeared that the image button onclicklisteners were not being called for just the top row. What I have found is that the onclicklisteners for the buttons do get called, but the clicks seem to be queued/buffered until I click on the row itself. I will happily post some code if