Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. This seems to be in quite a few places, but here's an example:
<?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/halo">
<s:VGroup>
<mx:TextArea text="Halo" verticalScrollPolicy="on" />
<s:TextArea text="Spark" verticalScrollPolicy="on" />
</s:VGroup>
</s:Application>
Actual Results:
There arent any code hints for the Spark TextArea verticalScrollPolicy property, but there ARE code hints for the Halo TextArea verticalScrollPolicy property.
Expected Results:
Code hints, and lots of them. It is VERY hard/annoying to get no code hints for Spark stuff and then try and dig through all the docs trying to find out which valid values you can use from a static constant class.
Workaround (if any):
n/a