Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix next tab activation in focus mode upon tab closing (#8549)
## PR Checklist * [x] Closes #7916 * [x] CLA signed. * [ ] Tests added/passed * [ ] Documentation updated. * [ ] Schema updated. * [ ] I've discussed this with core contributors already. ## Detailed Description of the Pull Request / Additional comments Upon tab close the tabview is responsible to issue tab selection for the next active tab. However this doesn't happen when tabview is hidden. There was a special treatment for this scenario for full screen mode. Added the same treatment to focus mode (as the tabview is not visible in this case as well). ## Validation Steps Performed Manual tests
- Loading branch information