Search This Blog

Wednesday, 18 November 2009

Text Field HREF Mouseover text jump

Case:
You have an TextField with an html Text asigned.
The html text includes links <a href=...

Problem:
Your text could possibly jump if you roll over the link.


Solution:
None so far. What i could find is that text.antiAliasType = AntiAliasType.ADVANCED causes the problem. So disabling that fixes the problem but you loose quality.

No comments:

Post a Comment