pashminakazi opened a new issue #1120: URL: https://github.com/apache/royale-asjs/issues/1120
Example : [TabsEnabled.zip](https://github.com/apache/royale-asjs/files/6650526/TabsEnabled.zip) In this example, there are 2 tabs in TabNavigator If I click Disable Tab Button then both tabs are disabled TabFile1ID.enabled = false; TabFile2ID.enabled = false; Body of these tabs are disabled but tab bar buttons are enabled if enabled=false then buttons shouldn't be clickable TabBar button should also be disabled (not Clickable) when we set enabled = false for any tab In Royale :  In Flex:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
