Hyperlinks in spark RichEditableText issue!?!
hi,
i found annoying bug in richeditabletext control. has tried set fixed width , textalign "center" or "right" (actually other "left") while text control contains hyperlink? if try notice cant click on hyperlink expected...very strange behavior , causing headache. has solution?
here simple example, if wish:
<s:richeditabletext x="10" y="10" width="500" backgroundcolor="0xcdcdcd" editable="false" selectable="true" textalign="center">
<s:textflow>
<s:textflow>
<s:linkhoverformat>
<s:textlayoutformat color="#33cc00" textdecoration="underline"/>
</s:linkhoverformat>
<s:p>here <s:a href="http://adobe.com">adobe home page</s:a> everyone.</s:p>
</s:textflow>
</s:textflow>
</s:richeditabletext>
thanks,
nedim
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment