TabBar Issue
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
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:

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the behavior with the attached TabsEnabled.zip example and reading the TabBar and TabNavigator entry points. Trace how TabFile1ID.enabled and TabFile2ID.enabled affect their tab bodies and buttons; done means a disabled tab's TabBar button is not clickable while enabled tabs remain usable.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100