I'm trying to capture the blur event on a search field. It works on my laptop in Chrome but not on the device when I click the 'Done' button in the on-screen keyboard. What's going on? I'm using an iPod Touch with iOS 5.0.1 and Sencha Touch 2 RC-1.
Code:listeners: { blur: { fn: function(a, b) { console.log('blur!'); }, element: 'element' } }