Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Apache Flex 4.13.0
-
None
Description
HorizontalLayout and VerticalLayout share most of their code and logic. The only differences are in comments and variable / function names. This introduces the risk that bugs found in one of them might not be transferred to the other one as well. Same for added features.
Their common code (around 90%) could be placed inside a common ancestor or inside a class member. I personally vote for common ancestor.
Attachments
Issue Links
- relates to
-
FLEX-28291 Linear Vector Layout on the ComboBox
- Resolved