Generating ArgumentError: Error #2008 parameter validity
I am getting an error with this and I don't know what I'm doing to get it?
<mx:Text id="signUpBottomText"
bottom="0" left="300"
htmlText="{loginFooter}" selectable="true"
styleName="ScreenBottomHeader">
</mx:Text>
[Bindable]
private var loginFooter:String = 'Questions about domain or signing up? <font color="#29abe2"><a href="mailto:feedback@domain.com">Send us an email</a></font> and we’ll get back to you the same day.';
Error:
ArgumentError: Error #2008: Parameter validity must be one of the accepted values.
at flash.text.engine::TextLine/set validity()
at flashx.textLayout.compose::TextFlowLine/http://ns.adobe.com/textLayout/internal/2008::damage()
at flashx.textLayout.compose::FlowComposerBase/damage()
at flashx.textLayout.elements::TextFlow/http://ns.adobe.com/textLayout/internal/2008::damage()
at flashx.textLayout.container::ContainerController/invalidateContents()
at flashx.textLayout.container::ContainerController/setCompositionSize()
at flashx.textLayout.container::TextContainerManager/set compositionWidth()
