xamarin/Xamarin.Forms

LineBreakMode.HeadTruncation and MiddleTruncation both do tail truncation

Offen

#5.284 geöffnet am 16.02.2019

 (3 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/5 :clock5:help wantedinactivep/UWPt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Please see old Bugzilla page,

https://bugzilla.xamarin.com/show_bug.cgi?id=42824

Steps to Reproduce

  1. Create vertically orientated stackpanel with 3 labels
  2. Enter text that is longer that width of screen
  3. Try different LineBreakModes

Expected Behavior

LineBreakModes are applied correctly on all platforms.

Actual Behavior

LineBreakModes do not work as expected on UWP, only TailTruncation is displayed.

Basic Information

This is an old issue that was logged in Bugzilla and potentially got lost in the merge as it was confirmed in 2016.

https://bugzilla.xamarin.com/show_bug.cgi?id=42824

Contributor Guide