fhdeveloper
26 Jul 2010, 4:55 PM
This is a really weird bug that shows up randomly and definitely not in a reproducable manner.
I have a forward/back button that you click to browse through an event list. Pressing back changes the date to the previous day and sends an ajax request to load the new data from within the buttons handler function. (Using ext.util.jsonp.request)
These buttons work perfectly except that sometimes they become unclickable (on the iphone) and no matter how much I tap it won't go off. it does however get fixed when I click some other button on the screen then go back to the original button.
any ideas why this would happen?
I have a forward/back button that you click to browse through an event list. Pressing back changes the date to the previous day and sends an ajax request to load the new data from within the buttons handler function. (Using ext.util.jsonp.request)
These buttons work perfectly except that sometimes they become unclickable (on the iphone) and no matter how much I tap it won't go off. it does however get fixed when I click some other button on the screen then go back to the original button.
any ideas why this would happen?