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

Overlapping labels #11266

Closed
vsfeedback opened this issue Jul 1, 2020 · 11 comments
Closed

Overlapping labels #11266

vsfeedback opened this issue Jul 1, 2020 · 11 comments
Labels
4.7.0 regression on 4.7.0 a/label feedback-ticket Issue originates from https://developercommunity.visualstudio.com i/regression in-progress This issue has an associated pull request that may resolve it! p/iOS 🍎 t/bug 🐛

Comments

@vsfeedback
Copy link

vsfeedback commented Jul 1, 2020

This issue has been moved from a ticket on Developer Community.


I have updated to the latest version of xamarin form (4.7.0.968) and all the labels are overlapping on iOS.

Image:143201-simulator-screen-shot-iphone-11-pro-max-2020-06-24.png


Original Comments

Visual Studio Feedback System on 6/27/2020, 10:51 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

Reproduction

Archive.zip

@pauldipietro pauldipietro added this to New in Triage Jul 1, 2020
@samhouts samhouts added t/bug 🐛 feedback-ticket Issue originates from https://developercommunity.visualstudio.com s/unverified New report that has yet to be verified a/label 4.7.0 regression on 4.7.0 i/regression p/iOS 🍎 labels Jul 1, 2020
@samhouts
Copy link
Member

samhouts commented Jul 1, 2020

Can you please attach a small project that demonstrates this issue? Thanks!

@samhouts samhouts added s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Jul 1, 2020
@adrielmsantos
Copy link

I have the same issue only on iOS
This issue begins after update to XF 4.7

listview issue

@hartez
Copy link
Contributor

hartez commented Jul 1, 2020

@adrielmsantos Does your DataTemplate include a Frame?

@adrielmsantos
Copy link

adrielmsantos commented Jul 1, 2020

@hartez Yes. Inside a Frame

The overlapping occurs after scrolling

@samhouts samhouts moved this from New to Needs Info in Triage Jul 2, 2020
@Chasyl
Copy link

Chasyl commented Jul 6, 2020

@samhouts
You can reproduce this issue in this xamarin forms sample: ListViewColors

@thomasgalliker
Copy link

Same issue here. Is happens if I create a ListView with an ItemTemplate which places a Label inside a Frame. The ListView is rendered fine but as soon as you start to scroll, the Labels start to overlap with eachother.

@gregersen79
Copy link

Same issue here. It works on XF 4.6.0.847, but all newer versions has this issue.
My DataTemplate looks like this:

<DataTemplate>
	<ViewCell>
		<Frame BorderColor="Gray" HasShadow="True" Margin="15,10,15,10">
			<StackLayout Orientation="Horizontal" Spacing="20">
				<ffimageloading:CachedImage HorizontalOptions="Start" VerticalOptions="Center"
					WidthRequest="100" HeightRequest="100"
					DownsampleToViewSize="true"
					FadeAnimationEnabled="True"
					Source = "{Binding ImageUrl}">
				</ffimageloading:CachedImage>
				<StackLayout Orientation="Vertical" VerticalOptions="Center" HorizontalOptions="Center" Spacing="0">
					<Label Text="{Binding Title}" FontSize="Medium" FontFamily="Roboto-Bold" Margin="0,0,0,0"/>
					<Label TextType="Html" Text="{Binding SubText}" FontSize="Small" TextColor="LightGray"/>
				</StackLayout>
			</StackLayout>
		 </Frame>
	</ViewCell>
</DataTemplate>

If I remove the Labels text bindings, and hardcode the text, it works.

zc5Tr

@PureWeen
Copy link
Contributor

PureWeen commented Jul 8, 2020

Archive.zip

From a bisect

The merge base de38e1d is bad.
This means the bug has been fixed between de38e1d and [b4a6a7c ba337c6].

@samhouts samhouts removed s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. s/unverified New report that has yet to be verified labels Jul 8, 2020
@samhouts samhouts added this to To do in Sprint 173 via automation Jul 8, 2020
@samhouts samhouts moved this from Needs Info to Ready For Work in Triage Jul 8, 2020
@samhouts samhouts moved this from Ready For Work to Needs Estimate in Triage Jul 8, 2020
@ndastur
Copy link

ndastur commented Jul 9, 2020

Is there a timeframe on a fix. Been in the wild for a month or so now. Preventing our production release

@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Jul 9, 2020
@samhouts samhouts added this to In Progress in v4.6.0 Jul 9, 2020
@samhouts samhouts moved this from To do to In progress in Sprint 173 Jul 13, 2020
@samhouts samhouts moved this from In Progress to Done in v4.6.0 Jul 16, 2020
@samhouts samhouts moved this from In progress to Done in Sprint 173 Jul 16, 2020
@vignatov
Copy link

Any news? I tried 4.7.0.1142 and pre-release of 4.8.0.1143. The problem is still there. What version will it be fixed in?

@samhouts
Copy link
Member

Please try 4.6.0.1180 or 4.7.0.1179 or 4.8.0-pre2. Thanks!

Triage automation moved this from Needs Estimate to Closed Jul 23, 2020
@samhouts samhouts added this to In Progress in vCurrent (4.8.0) Jul 30, 2020
@samhouts samhouts moved this from In Progress to Done in vCurrent (4.8.0) Jul 30, 2020
@samhouts samhouts added this to In Progress in 4.7.0 Jul 31, 2020
@samhouts samhouts removed this from Done in vCurrent (4.8.0) Jul 31, 2020
@samhouts samhouts moved this from In Progress to Done in 4.7.0 Jul 31, 2020
@samhouts samhouts removed this from Closed in Triage Aug 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4.7.0 regression on 4.7.0 a/label feedback-ticket Issue originates from https://developercommunity.visualstudio.com i/regression in-progress This issue has an associated pull request that may resolve it! p/iOS 🍎 t/bug 🐛
Projects
No open projects
4.7.0
  
Done
Sprint 173
  
Done
v4.6.0
  
Done
Development

No branches or pull requests

10 participants