Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.12386
Steps to reproduce:
1. Compile and run attached MXML file.
2. Note the DateField text input height.
3. Modify settings and compile w/ MXFTEText.css theme
4. Note the DateField text input height.
Actual Results:
When using the default UITextField, the DateField control is 95px (wide) by 23px (tall).
When using MXFTETextInput/MXFTEText.css, the DateField is 95px (wide) by 14px (tall).
Expected Results:
The FTETextField version should add more padding.
Workaround (if any):
Set an explicit height on teh mx:DateField control when using MXFTEText.css.