xamarin/Xamarin.Forms

[Bug] Visual Material, does not fill the fields with the right indexes

Offen

#6.188 geöffnet am 13.05.2019

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
4.1.0a/shell :shell:a/visuale/3 :clock3:help wanteds/unverifiedt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

When changing the tab, if we change more than 1 tab and we come back, the view is called and the controller is not recovered. I feel that there is a strange behavior with the passage of several tabs. Maybe you have a way to preload them all to avoid this behavior?

Video

Sorry for the sound 2019-05-13-16-46-13 by Game Genie.zip

Reproduce

  1. Change the content of the Entry
  2. Go to Fake1 page and return to the MainPage
  3. Size of the entry have no changes
  4. Go to Fake 2 and come back to the main page
  5. Entry size have change Normal?

ShellNavigationForm.zip


EDIT After several hours of research, I understood several things and managed to reproduce the problem.

  1. The bug only occurs with Xamarin.Forms.VIsual.Material in a page in Visual = "Material"
  2. The bug does not empty the fields but dump the content of the last field in the previous field, which itself flows into the previous field, and so on.

Here is an example for the reproduction: bug_repro.zip

You can watch that? Thank you.

Contributor Guide