Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0 (build 13771)
Steps to reproduce:
1. Copy and paste the following into Flash Builder 4:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<s:Ellipse displayObjectSharingMode="" />
</s:Application>
2. Try and get code hints for displayObjectSharingMode property.
Actual Results:
No code hints for the various enums.
Expected Results:
Hints: "ownsSharedObject", "ownsUnsharedObject", and "usesSharedObject"
Workaround (if any):
Read the docs.