seema
29 Oct 2012, 11:07 PM
I'm getting a weird problem with Ext.MessageBox prompt in IE 6 & 7. Its message is getting disappear sometimes and coming back when clicking on text box.
Though its working fine with FireFox and IE8.
Here is my code for that
Ext.MessageBox.show({
title: 'Add New Email Address',
msg: '<span style="padding-left: 5px">E-mail Address:</span><span style="color:red">*</span>',
buttons: Ext.MessageBox.OKCANCEL,
prompt: true,
fn: callAddOtherEmail
});
Please suggest me some fix for IE
Though its working fine with FireFox and IE8.
Here is my code for that
Ext.MessageBox.show({
title: 'Add New Email Address',
msg: '<span style="padding-left: 5px">E-mail Address:</span><span style="color:red">*</span>',
buttons: Ext.MessageBox.OKCANCEL,
prompt: true,
fn: callAddOtherEmail
});
Please suggest me some fix for IE