SuperDkc / jwopitz-lib

Automatically exported from code.google.com/p/jwopitz-lib
0 stars 0 forks source link

Change the title font size to bigger size like 18, the FieldSet does not refresh, user will see the truncate title #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change the font of title on the css file setting font site > 14
2.
3.

What is the expected output? What do you see instead?
The truncated title on the FieldSet

What version of the product are you using? On what operating system?
20081215

Please provide any additional information below.

Original issue reported on code.google.com by hungtra...@gmail.com on 1 May 2009 at 6:49

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

GoogleCodeExporter commented 8 years ago
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