wiln / flexlib

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

Tiling causes scroll bars #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a number of windows to an MDICanvas
2. Put some content in the windows at 100% width and height - I used a list 
control.
3. Call windowManager.tile with any parameters

What is the expected output? What do you see instead?
The windows all tile ok but the contents are not always resized properly 
leading to scroll bars in the windows. 

What version of the product are you using? On what operating system?
flexlib 2.5 for flex 3 - Windows Vista - Chrome/Firefox/IE flash player 10+.

Please provide any additional information below.
Only happens with certain numbers of windows being tiled. If you max one of the 
windows, then restore it with the restore button it returns to it's tile 
position but without the scrollbars.

Original issue reported on code.google.com by paul.ha...@googlemail.com on 24 Jun 2011 at 3:14

GoogleCodeExporter commented 8 years ago
Further testing has revealed that this only happens with windowManager.tile. 
Cascade works fine and restoring from maximized or minimized is fine too. I 
have also reproduced this with contents other than list.

Original comment by paul.ha...@googlemail.com on 27 Jun 2011 at 12:19