Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Path not loading in Xamarin ShellContent Tab once it is navigated back from other Tab #13225

Closed
jessiezh0320 opened this issue Dec 24, 2020 · 0 comments · Fixed by #13284

Comments

@jessiezh0320
Copy link

Description

Path not loading in Xamarin ShellContent Tab once it is navigated back from other Tab.

Steps to Reproduce

  1. create a new shell app;

  2. In Page AboutPage,add the following path :

    <Path  Data="M 10,100 L 100,100 100,50Z" Stroke="Black" StrokeThickness="1"    Aspect="Uniform" HorizontalOptions="Start"  >
    
  3. When switching to another TAB page (Itempage) and switching to AboutPage again, Path in page AboutPage cannot be displayed properly.

Expected Behavior

Path could been loaded normally in Xamarin ShellContent Tab once it is navigated back from other Tab.

Actual Behavior

Path not loading in Xamarin ShellContent Tab once it is navigated back from other Tab.

Basic Information

I tested on android emulator Pixel 2 Oreo 8.1.
And the version of Nuget xamarin form is 4.8.0.1821 .

  • Version with issue:
  • Last known good version:
  • Platform Target Frameworks:
    • Android:
  • Android Support Library / AndroidX Version:
  • NuGet Packages: The version of Nuget xamarin form is 4.8.0.1821
  • Affected Devices:

Environment

Screenshots

The first time , the path could show normally.
image

But once it is navigated back from the second Tab ItemsPage, the path couldn't show.

image

Reproduction Link

MyShellApp.zip

Workaround

@jessiezh0320 jessiezh0320 added s/unverified New report that has yet to be verified t/bug 🐛 labels Dec 24, 2020
@samhouts samhouts added this to New in Triage Dec 24, 2020
@hartez hartez added a/shapes a/shell 🐚 p/Android e/5 🕔 5 and removed s/unverified New report that has yet to be verified labels Jan 4, 2021
@hartez hartez added this to To do in Android Ready For Work via automation Jan 4, 2021
@hartez hartez removed this from New in Triage Jan 4, 2021
Android Ready For Work automation moved this from To do to Done Jan 15, 2021
rmarinho pushed a commit that referenced this issue Jan 15, 2021
…o renderer creation (#13284) fixes #12245 fixes #13225 fixes #12911 fixes #13096 fixes #13164 fixes #11924 fixes #11656 fixes #12844 fixes #12521 fixes #13407

* UI Test

* Render Shape if it has an initial size already set

* - fix ui tests

* Unified issues with the same fix.

Co-authored-by: Javier Suárez Ruiz <javiersuarezruiz@hotmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
2 participants