feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
915 stars 386 forks source link

Problems with HyperlinkTextFieldTextRenderer #1747

Closed m-a-v closed 5 years ago

m-a-v commented 6 years ago

When using the following HTML text in a HyperlinkTextFieldTextRenderer only the word "to" is a link. The cascaded word "Google" is not a link. Can you reproduce this wrong behaviour?

<p align="justify">Always go <a href="https://www.google.com">to <font color="#0086FF">Google</font></a> first before ...</p>
m-a-v commented 5 years ago

Is this a known bug? Is a workaround available?

joshtynjala commented 5 years ago

As noted here, where i first shared this component:

This text renderer is purely EXPERIMENTAL, and I have no plans to officially add this component to the Feathers core library at this time. USE AT YOUR OWN RISK. If you discover that it is broken in some way, don't say that I didn't warn you. Also, I may not be able to help you if you run into trouble with it, so please be ready to figure out issues entirely on your own.

m-a-v commented 5 years ago

I wasn't aware of this. Many thanks for the clarification.