wiln / flexlib

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

SuperTabNavigator first tab doesn't always left-align with tab container #196

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a flexlib:SuperTabNavigator and add a Tab with any container
(e.g. Canvas)
2. Set paddingLeft="20" on SuperTabNavigator

What is the expected output? What do you see instead?
Expected to see first tab left-aligned with tab container, as seen with
mx:TabNavigator. Instead see first tab honoring left padding value, so it's
shifted to the right by 20 pixels. Was only expecting inner
container/content to honor paddingLeft.

What version of the product are you using? On what operating system?
Flexlib 2.4 on Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by Chuck.Ma...@sas.com on 5 Feb 2009 at 3:14