Nope, even tried it with a lipsum text:

http://www.narcisten.be/flex/testBug3.jpg

I also looked in the new examples explorer, where they use <mx:htmlText>
instead of setting the text as an attribute, but no luck...

Code:

<mx:Repeater id="list" dataProvider="{messages}">
        <mx:Text minWidth="0" width="100%" id="text1">
                <mx:htmlText>Lorem ipsum dolor sit amet, consectetur
adipisicing             elit, sed do eiusmod tempor incididunt ut labore et
dolore magna            aliqua. Ut enim ad minim veniam, quis nostrud
exercitation                    ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis                 aute irure dolor in reprehenderit in
voluptate velit esse cillum             dolore eu fugiat nulla pariatur.
Excepteur sint occaecat                         cupidatat non proident, sunt
in culpa qui officia deserunt                   mollit anim id est laborum.
                </mx:htmlText>
        </mx:Text>
        <mx:HRule width="100%"/>
        <mx:Label width="100%" htmlText="Posted by
&lt;b&gt;{list.currentItem.FstName}&lt;/b&gt;" />
        <mx:HRule width="100%"/>

</mx:Repeater>

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: donderdag 2 februari 2006 14:21
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2.0 beta1 text component bug

On 2/2/06, Jonas Windey <[EMAIL PROTECTED]> wrote:

> Here you see the textbox using the total available width, but if the
textbox gets larger, it gives this:

> http://www.narcisten.be/flex/testBug2.jpg

> See the problem?

Try setting the Text's minWidth to 0 (or something small).


--
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



 







--
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/

<*> 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