Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run the attached code (main.mxml) or run the main.swf file.
2. Click the print button to print the Date Chooser.
Actual Results:
DateChooser's header text is cut and not printed correctly.
Expected Results:
The DateChooser should be printed entirely like it is seen on screen.
Workaround (if any):
None. There have been other print issues with percentHeight and percentWidth. I've logged a bug for DateChooser too where the date chooser is not showing up properly when the width="1024" and height="600"
UPDATE:
See sreuben's comment below:
"There is a workaround if the Datechooser is put in a container and the container printed then it is fine." (see workaround.mxml)