Hi,
I looked certainly can't see any SDK change that would have that effect.
Note that it just testing setting alpha, so perhaps this is a flash player
issue? I really can;r see how it would fail at all.
<TestCase testID="Gumbo_TextInput_alpha_property_01" description="Sets
the alpha property on a TextInput control to 0.1" keywords="[TextInput, alpha,
property]">
<setup>
<ResetComponent target="textInput"
className="spark.components.TextInput" waitEvent="updateComplete"
waitTarget="textInput" />
<SetProperty target="textInput" propertyName="alpha"
value="0.1156" />
<SetProperty target="textInput" propertyName="height"
value="21" waitEvent="updateComplete"/>
<SetProperty target="textInput" propertyName="text" value="The
quick brown fox jumped over the lazy dog" waitEvent="updateComplete"
waitTarget="textInput"/>
</setup>
<body>
<AssertMethodValue
method="value=Number(application.textInput.alpha.toFixed(1))" value="0.1" />
<CompareBitmap url="../Properties/baselines/$testID.png"
target="textInput" />
</body>
</TestCase>
Justin