Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
Apache Flex 4.9.0
-
None
-
None
-
Flash Builder 4.7, Apache Flex 4.9.1, AIR 3.7
Description
Hyperlinks dont work in StyleableTextField after setting up its htmlText propery to = <a>
They show a hand symbol in Desktop Simulator, but clicking them dont open a webpage and they dont work at all in mobile apps.
StyleableTextField.htmlText = "Facebook<br><a href='http://www.facebook.com'>http://www.facebook.com</a>";