This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] Tabview does not show content when used with StateLayout #1182
Open
Description
Tabview do not load each tabItem content when used with statelayout.When the page loads for the first time tabview is hidden due to loading state of statelayout once statelayout currentstate becomes succes, only TabView Header shows its content didn't show up
Steps to Reproduce
- Put TabView insisde StateLayout success state
- Open page with any other state then success.
- Wait for few second and set Statelayout current state to Success
Expected Behavior
TabView should appear with contents of each TabItem
Actual Behavior
Only Tab header is visible content of each Item didn't show up
Basic Information
- Version with issue: 1.1.0
- Last known good version:
- IDE: Visual Studio
Reproduction Link :
TabViewStateLayoutIssueRepo.zip
Steps:
- MainPage opens with Empty state for StateLayout
- Click on LoadTabView
- Current state becomes succes only tabview headers show each tab items content remains still hidden