feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
917 stars 386 forks source link

Components should calculate minWidth and minHeight when measuring #1165

Closed joshtynjala closed 8 years ago

joshtynjala commented 9 years ago

Defaulting to 0 results in an issue with percentage dimensions, if the parent container doesn't have a width or height.

joshtynjala commented 9 years ago

This should be 3.0 because it's likely to break some legacy code, as it effects a number of core components that want to use _minWidth and _minHeight variables that are going to be removed.