wiln / flexlib

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

WindowShade animation is top oriented only #316

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put shade into Canvas and set its bottom style.
2. Set shade headerLocation to 'bottom'
3. Expand/collapse shade.

What is the expected output? What do you see instead?

With shade 'glued' to the bottom of the Canvas, the collapse animation looks 
something like that: whole component gets smaller (with bottom edge going up 
slowly) and when it reaches the size of the header button it suddenly drops 
down to the bottom of the canvas, being under layout constraints. It would be 
nice if component allowed the kind of animation where the top edge is dragged 
to the bottom instead of bottom edge dragged to the top.

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

2.5 for flex3, Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by gintrus...@gmail.com on 30 Jun 2010 at 1:36