xamarin/Xamarin.Forms

HorizontalTextAlignment doens't work with Entry when setting FlowDirection Right To Left On Ios

Offen

#4.976 geöffnet am 14.01.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

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

Beschreibung

Description

when we set the flowdirection to rtl on entry HorizontalTextAlignment dosent work on Ios

Steps to Reproduce

make a page and add the following code to it... Entry entry = new Entry(); entry.FlowDirection = FlowDirection.RightToLeft; entry.HorizontalTextAlignment = TextAlignment.Start; // no diffrense when set it to Start Or End entry.Text = "سلام دوست خوبم"; this.Content = entry;

Expected Behavior

text and place holder always align to left

Actual Behavior

Text and place holder could be changed by HorizontalTextAlignment

Basic Information

  • Version with issue:
  • Last known good version: 3.4
  • IDE:
  • Platform Target Frameworks:
    • iOS: 12

Screenshots

Reproduction Link

Contributor Guide