Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Invalid
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
s:Border is really just a bad name for the one "basic" container that can easily be skinned. Out of these seemingly similar components:
• SkinnableContainer
• Border
• Group
• HGroup
• Vgroup
... s:Border is the only one that you can do even the most basic styling on: namely backgroundColor, border. Even a skinnableComponent is not easily skinnable. See http://bugs.adobe.com/jira/browse/FB-23212 if you want to see why. Group, Hgroup, and Vgroup can't get a backgroundColor or a border.
Border is no more important here than background color. It's the component I use if I just want a basic container with a background color. Sure, I could use s:Rect if I really know what I'm doing, but most people won't. They will browse through the Components Panel in Flash Builder until they finally discover that the thing called s:Border is what they need to do what they want to create a background color.
Actual Results:
Expected Results:
Workaround (if any):