Confirmed... it will not work as you have it.
I used the samples that came with the beta 8 download and see exactly what you mean.
However, it can be corrected easily.
add a height and width attribute to your textfield plugin...
|
Source code
|
1
|
align="lefttop" x="10" y="10" height="###" width="###"
|
Sorry I didn't fill in exact numbers... but start with them as the same values you have for the textmask plugin and tweak from there.
edit:
Hmmm... when adding both height and width, the scrolling got a bit choppy. When I just added a width attribute (no height declared), the scrolling was smoother. However... the tweens used to move the textfield up / down will need to be modified so that everything is shown. I added a good amount of gibberish text.... and the existing tween didn't move the textfield far enough up to show the full text.
Hope this helps.