Anyone experience any issues where Flex just throws extra space into the layout, causing elements to jump or get bumped out of their parent containers?
I have this issue with an application and have spent the majority of the day trying to resolve it. There are three custom components loaded into a TabNavigator (ive tried other layout containers too). The first element has about a 50px space below it when it loads, and on certain events the screen also "jumps". The space does not exist below the other two components and they utilize almost the exact same layout and code. I have also tried changing the order of these and the same component will always behave the same way regardless of the position. Any help would be greatly appreciated.

