Re: [flexcoders] Browser Bug ? Display 2 scrollbars

2008-09-13 Thread Pan Troglodytes
It would probably help a lot if you can post a small test app the shows what you're talking about. Keep it as simple as possible to illustrate your problem. But my first instinct is that it's kind of an age-old problem in programming with scrollbars. Say you have an element that is 500 pixels

[flexcoders] Browser Bug ? Display 2 scrollbars

2008-09-10 Thread itdanny2002
I create Vbox with fixed width. Then I add Canvas inside. Afterwards, I add TextArea as child. Scrollbar policy of canvas is off. If there are many childs but within boundary e.g. 700 pixel. No scrollbar. If it is over screen height e.g. 900 pixel. It displays scrollbars. Anyway, it displays