Since updating my Google Chrome to the latest version (v29.0.1547.57 m
), I've noticed some issues with parts of my Sencha Touch app spinning. The Sencha Touch version I am using is v2.2.1
.
For example, when using Ext.Msg.alert
, I can see the title but not the message.
Ext.Msg.alert('Refreshing Session', 'test', null);
Additionally, all the buttons in Ext.navigation.View
have shifted to the left side, even though I explicitly set align: 'right'
.
Furthermore, the title of Ext.navigation.View
is blank, even after it has been set.
I haven't made any changes to my code. Everything was working perfectly fine with the previous version of Google Chrome, v28.0.1500.95
, and is still working.