AS2.0 Bugs
Posted by Sunny | Filed under Actionscript 2.0
Text Field Bugs
Problem:
Entering lost of text into a text field set to autoSize will chop off buttom and top when antiAliasType = “advanced”.
Solution:
Change antiAliasType = “advanced” to antiAliasType = “normal”.