After I updated my Google Chrome to the newest version (v29.0.1547.57 m), some parts of the Sencha Touch app spin. I am using Sencha Touch v2.2.1.
For instance Ext.Msg.Alert, I get the title but no message.
Ext.Msg.alert('Refreshing Session', 'test', null);

Also all of my buttons in Ext.navigation.View are on the left side, even I said explicitly align: 'right'
The title of Ext.navigation.View is also empty, even I set it.
I have changed nothing in my code. With the old version of Google Chrome v28.0.1500.95 everything worked and is still working perfectly.