jarrednicholls
04-18-2007, 01:41 PM
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;
});