I am using Sencha Touch 2.3.1 for a Win8 app and am getting an occasional exception from IE10, which does not occur in Chrome.

I have a DataView on a Panel, where the itemTpl is set for the DataView to show various data from a store. The template is just some nested DIVs to arrange the display, none of which are inputs. When a data item is selected (touched), we use Viewport animateActiveItem to 'slide' to a detail panel for the selected item.


Sometimes, but not always, when the detail sheet is touched (anywhere), an exception occurs when Sencha Touch fires a bound blur event for the DIV element from the DataView (the div node that was touched). The error is "Unexpected call to method or property access." The error occurs in doBlurInput on the call to focusedElement.blur().


Is there an solution available in a later version? Or can I unbind or prevent the bind of the blur event?