Oct 09
A quick update on the bug we posted here about the TextArea Skin focus bug. Here’s the original post but the news from Adobe is that it’s fixed and here’s the fix …
Forgot to mention in the checkin notes that the CustomTextAreaSkin must utilize the focusSkinExclusions property. You can see it used in the default TextAreaSkin. It looks like this:
/**
* @inheritDoc
*/
override public function get focusSkinExclusions():Array { return [ textDisplay ] };


Recent Comments