flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
204 stars 91 forks source link

MDIWindow inappropriately sets size constraints in constructor #365

Open nekenyu opened 12 years ago

nekenyu commented 12 years ago

MDIWindow.MDIWindow() contains the undocumented "feature": minWidth = minHeight = width = height = 200;

This class only knows that it contains a title bar. Setting any other size constraints is pure speculation which confounds automatic layout and requires an undocumented hack from mx.Panel to set these values to NaN to (mostly?) work around..