Open GoogleCodeExporter opened 8 years ago
can you modify the following test in order to see the implementation and your
expected results? In this particular case, the FieldSet is behaving as I would
expect it to. Are you expecting that the FieldSet will automatically resize to
the
title's width? Are you setting a width on the FieldSet?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application layout="absolute"
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:jwolib="http://www.jwolib.com/2006/mxml">
<mx:Style>
.tsn
{
font-size: 11; //switch this to 18 to compare
font-weight: bold;
}
</mx:Style>
<jwolib:FieldSet id="fs" titleStyleName="tsn" title="font size test at 18"
width="150" height="400"/>
</mx:Application>
Original comment by jwopitz
on 2 May 2009 at 4:45
Yes, I set the fieldSet with to 100%, which cause the problem.
thank you
Original comment by hungtra...@gmail.com
on 6 May 2009 at 6:55
Original issue reported on code.google.com by
hungtra...@gmail.com
on 1 May 2009 at 6:49