JackWangCUMT / flexwork

Automatically exported from code.google.com/p/flexwork
0 stars 0 forks source link

Tab's title does not resize when you resize the view #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create SplitWindow
<fc:SplitWindow width="100%" height="100%" direction="horizontal" >
   <fc:ViewWindow id="viewWindow" width="25%" >
      <fc:DockingView label="Dekel" />
   </fc:ViewWindow>
   <fc:EditorWindow id="editor1" />
   <fc:ViewWindow id="viewWindo2w" width="25%">
   <fc:DockingView label="Dekel222"/>
   <fc:DockingView/>
   <fc:DockingView/>
   </fc:ViewWindow>
</fc:SplitWindow>
2. When you open the application, you cannot see the whole title of the 
tabs.
3. Resize the SplitWindow
4. Expected: the tabs will automatically grow according to its title.
   Actually: the tabs remain the same size.

Win7 + Flex4

Original issue reported on code.google.com by dekel.ya...@gmail.com on 21 May 2010 at 7:17

Attachments:

GoogleCodeExporter commented 8 years ago
As you can see in the attached image, there is plenty of space for the tabs to 
grow.

Original comment by dekel.ya...@gmail.com on 21 May 2010 at 7:20