Who would have thought that the humble Text component could be so 
full of bugs?!

Here's one that giving me trouble at the moment:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";>
        <mx:Script>
                <![CDATA[
                        [Bindable]private var html:String=""    
        +"Class aptent taciti sociosqu ad litora torquent"
        +" per conubia nostra, per inceptos hymenaeos."
        +" Praesent facilisis vestibulum risus. Mauris eu"
        +" neque nec ipsum consectetuer viverra. Curabitur"
        +" in neque. Integer commodo tempus leo. Vestibulum"
        +" neque turpis, facilisis nec, volutpat eu, malesuada"
        +" ut, ligula. Duis tortor lectus, tempor lobortis,"
        +" placerat a, pharetra ac, odio. Aenean imperdiet,"
        +" tortor in pretium condimentum, nibh massa mattis"
        +" dolor, mollis molestie lectus diam id elit. Sed"
        +" bibendum erat sit amet erat. Curabitur a metus."
        +" Proin feugiat bibendum eros. Duis eu ipsum feugiat"
        +" ante ultricies egestas. Suspendisse feugiat"
        +" porttitor nunc. Nunc tempus ultricies turpis. Morbi"
        +" scelerisque dictum ligula. Duis faucibus est eu nisi."
        +" Etiam nisi. Integer vel magna vitae lorem pretium"
        +" sodales. Sed egestas. Maecenas fermentum suscipit"
        +" turpis. Cras vitae sapien at velit vulputate hendrerit."
        +" Quisque ullamcorper pede eget felis convallis"
        +" fermentum. Nunc nec tortor. Mauris nisi odio,"
        +" convallis eget, elementum id, faucibus ut, libero."
        +" Fusce id nunc et magna pulvinar dictum. Maecenas"
        +" diam. Aenean auctor neque in lectus. Donec eleifend."
        +" Aenean sed velit. Pellentesque ornare imperdiet leo."
        +" Vestibulum non eros.";
                ]]>
        </mx:Script>
        <mx:VBox height="300" width="300">
                <mx:Text text="{html}" width="100%"/>
        </mx:VBox>
</mx:Application>

To see the bug execute this app and scroll to the bottom of the text. 
You should notice that the last two lines are missing. If you begin 
to select the bottom part of the text and drag downwards past the 
bottom of the box the text will shift revealing the missing lines. 
Doing this will have hidden the top lines of text.

Has anyone come accross this bug and found a reliable way to get 
round it?

Thanks,

Nick






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to