Hello,

I'm trying to do some manipulations with html text.
So, I prepare the string containing html text and assign it to
htmlText property.
All works well, until I come to a case like this:

var myHtmlText:String = "show <b>text</b> <b>text</b> to me";
myTxt.htmlText = myHtmlText;
trace(myTxt.htmlText);
// traces: "[textformat, font etc.]show <B>texttext</B> to me [/textformat, 
font etc.]"

Seems the textfield tries to optimize itself, BUT doing so it stripped
the space!

I tried with embedded or system fonts, B/I/U tags - result is the
same. For some reason it doesn't want to display my space...

Have someone faced such an issue?
Similar cases?
Any suggestions and/or workarounds?


-- 
Best regards,
 GregoryN                        
================================
http://GOusable.com
Flash components development.
Usability services.

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to