We have a custom layout extending linearlayout, which has a button. The button has a OnClickListener set. This Layout is added to a custom view extending ScrollView(called the grid).
The onclick event on the button is recognized in gingerbread but fails in ICS. While debugging the code never enter the OnClick of the button, the only way i can recognize an event is 'OnTouch'
Has anybody else experienced the same with ICS?