Posts Tagged ‘problem’

Flex textarea stylesheet problems

Tuesday, December 15th, 2009

Recently I had to create an irc chat for flex (Created with as3irclib). Everything worked pretty well, except of these damn stylesheets for textfields.

This is my textarea with a stylesheet, which interprets tags.
chat_style_good

Now clicking into the textarea – e.g. drag the slider or the select something… nothing is changing.
chat_style_bad
After inserting the next message, the font has broken down. Damn stylesheets.

Now here’s the workaround: …
(more…)