jarrednicholls
18 Apr 2007, 9:41 AM
I think MessageBoxes, since they are modal, should also be constraintoviewport by default. Doesn't that make sense?
My fix for now:
Ext.Msg.show = Ext.Msg.show.createSequence(function() {
Ext.Msg.getDialog().constraintoviewport = true;
});
My fix for now:
Ext.Msg.show = Ext.Msg.show.createSequence(function() {
Ext.Msg.getDialog().constraintoviewport = true;
});