[ https://issues.apache.org/jira/browse/FLEX-28657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justin Mclean updated FLEX-28657: --------------------------------- Labels: easytest (was: ) > mx:TabNavigator text truncation stopped working in 22797 > -------------------------------------------------------- > > Key: FLEX-28657 > URL: https://issues.apache.org/jira/browse/FLEX-28657 > Project: Apache Flex > Issue Type: Bug > Components: mx: Tab Navigator > Affects Versions: Adobe Flex SDK Previous > Environment: Affected OS(s): All OS Platforms > Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > Labels: easytest > > Steps to reproduce: > 1. Create a new Flex application with the halo theme using this code: > <?xml version="1.0" encoding="utf-8"?> > <mx:Application height="500" width="500" > xmlns:mx="http://www.adobe.com/2006/mxml" > backgroundColor="0xFFFFFF"> > <mx:Resize id="testEffect" widthFrom="59" widthTo="143" heightFrom="87" > heightTo="177" duration="250" target="{uiComponent}" /> > > <mx:Panel id="testPanel" > layout="absolute" > width="400" > height="300" > title="Test Panel" > > > <mx:TabNavigator id="uiComponent" > width="143" > height="150" selectedIndex="1"> > > <mx:VBox label="One"> > </mx:VBox> > <mx:VBox label="Two"> > </mx:VBox> > <mx:VBox label="Three"> > </mx:VBox> > > </mx:TabNavigator> > </mx:Panel> > > <mx:Button label="play" click="testEffect.play()" /> > > </mx:Application> > 2. Click Play > 3. > > Actual Results: > > The text in the tabs is no longer truncated after the effect. > > Expected Results: > The text in the tabs should be truncated > > Workaround (if any): -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira