This is my msg, but this appears behind a modal window! Is it a bug?
Ext.Msg.show({
title:titolo,
msg: testo,
buttons: myButtons,
modal: true
});
Printable View
This is my msg, but this appears behind a modal window! Is it a bug?
Ext.Msg.show({
title:titolo,
msg: testo,
buttons: myButtons,
modal: true
});
What Ext JS 4.x.x are you using?
ExtJs 4.1.3 and Architect
I have the same issue with 4.1.3. Is there any update? Thanks!!