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.5.0.17283
Steps to reproduce:
1. Compile and run attached MXML file.
Actual Results:
The <ns:ListMarkerFormat /> doesnt seem to be in a manifest, so i had to create a new namespace for the textLayout package:
xmlns:ns="library://ns.adobe.com/flashx/textLayout"
Expected Results:
<s:ListMarkerFormat />
Workaround (if any):
Use the library://ns.adobe.com/flashx/textLayout namespace instead:
xmlns:ns="library://ns.adobe.com/flashx/textLayout"