Ext.Msg.Show 2.2.0 alpha IE 10 does not show message, title, or icon
Sencha Touch 2.2.0 alpha
IE 10.0.9.9200.16439
Windows 7 64 bit
The Ext.Msg.Show does not display the message, title, or icon. It seems to be mostly a CSS issue - there are no colors set to distinguish the text from the background.
Code:
Ext.Msg.show({
title: 'Address',
message: 'Please enter your address:',
buttons: Ext.MessageBox.OKCANCEL,
iconCls: Ext.MessageBox.WARNING,
fn: function (buttonId) {
alert('You pressed the "' + buttonId + '" button.');
}
});
BTW, should these problems be tagged for IE 10 or Windows 8 or ???
Thanks
David