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 : 
   
![TabBarEnabled](https://user-images.githubusercontent.com/42200979/121941926-510d0500-cd69-11eb-9682-f9c78979e7b0.gif)
   
   
   In Flex:
   
![TabBarEnabledFlex](https://user-images.githubusercontent.com/42200979/121941933-55392280-cd69-11eb-88ea-e741f453f313.gif)
   
   


-- 
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]


Reply via email to