Threaded View
-
20 Jan 2013 6:53 PM #1
Ext.Msg.Show 2.2.0 alpha IE 10 does not show message, title, or icon
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.
BTW, should these problems be tagged for IE 10 or Windows 8 or ???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.'); } });
Thanks
David
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3923
in
Sprint 30.


Reply With Quote