-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Regression Issue - Content set after an await is not visible #1760
Comments
Might be related to It seems the issue here is with the ScrollView control. The label is inside a scrollview and when it's set after the await it doesn't render the new label. If you change the container to a StackLayout then it does render the label after the await I've attached a slim down version of the reproduction. In HeaderPage.cs you'll notice
The steps to reproduce listed are still the same iOS works fine |
This is still not working with 3.1.0.583944 |
@ceblanda Can you expand on that? I've tried @PureWeen's repro with 3.1.0.583944 and it's working. |
Looks like we fixed one bug, but there are actually two bugs here. ScrollView had an update/layout problem on Android, which we fixed. But the same issue also exists for StackLayout (@ceblanda's original repro uses both, and our repro in our UI tests is only using a ScrollView). |
Bug report best practices: https://github.com/xamarin/Xamarin.Forms/wiki/Submitting-Issues
Description
Android only, Master/Detail window opened from master, Content is blank if set after an await
Steps to Reproduce
Expected Behavior
The window should behave the same in both steps.
Actual Behavior
The second label is not displayed in the second step
Basic Information
Reproduction Link
HeaderTest.zip
The text was updated successfully, but these errors were encountered: