-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Adobe Flex SDK 3.2 (Release)
-
Fix Version/s: None
-
Component/s: Print Management
-
Labels:None
-
Environment:Affected OS(s): Mac
Affected OS(s): Mac OS 10.5
Browser: Firefox 2.x
Language Found: English
Steps to reproduce:
1.Call FlexPrintJob
2. addObject that runs more than two pages. In my case it was a Canvas object with a text object as a child.
3. Print page.
Actual Results:
When compiling with version 3.0.0, the FlexPrintJob does not function correctly at all, it incorrectly cuts through lines of text. With version 3.2.0, the first two pages print correctly but between the second and third page, the text is, again, cut through a line of text.
Expected Results:
Break text component before line of text instead of through line of text.
Workaround (if any):
None