-
18 Apr 2007 9:41 AM #1Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
MessageBox "Problem"
MessageBox "Problem"
I think MessageBoxes, since they are modal, should also be constraintoviewport by default. Doesn't that make sense?
My fix for now:
Code:Ext.Msg.show = Ext.Msg.show.createSequence(function() { Ext.Msg.getDialog().constraintoviewport = true; });


Reply With Quote