[ https://issues.apache.org/jira/browse/FLEX-35191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter Ent resolved FLEX-35191. ------------------------------ Resolution: Fixed Assignee: Peter Ent After re-thinking the architecture of DateChooser, it became apparent that all it really was is a new use for a List. Basically, a list of the days of the month displayed in a grid. Plus, it is a composition of already present elements: buttons, lists, and layouts. Reworking the component in this way removed platform-specific code. While the patch provided did address the display issue, it did so in platform-specific way. The new version allows the platform-specific code to remain in lower-level classes and can be styled using CSS. > DateChooser and DateField don't align days correctly in javascript mode > ----------------------------------------------------------------------- > > Key: FLEX-35191 > URL: https://issues.apache.org/jira/browse/FLEX-35191 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0 > Reporter: Pan Li > Assignee: Peter Ent > Fix For: Apache FlexJS 0.8.0 > > Attachments: datechooser_pan.patch, datecontrol1.png, > datecontrol2.png, newdate.png > > > There are random gaps between the days on DateChooser when running in > HTML/javascript mode: > !datecontrol1.png! > !datecontrol2.png! -- This message was sent by Atlassian JIRA (v6.3.4#6332)