xamarin/Xamarin.Forms

[iOS] TextColor on Span's Implicit Style affects SearchBar PlaceholderColor

Offen

#5.355 geöffnet am 23.02.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/2 :clock2:good first issuehelp wantedi/lowinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

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

Beschreibung

Description

Setting the Spans TextColor from an implicit style in the App.xaml makes all SearchBars have that color in their Placeholder.

Steps to Reproduce

  1. Put this in the App.xaml
<Style TargetType="Span">
    <Setter Property="TextColor" Value="Red" />
</Style>
  1. Put this in the main page:
<SearchBar Placeholder="Search..." PlaceholderColor="Green" />

Expected Behavior

Green placeholder.

Actual Behavior

Red placeholder.

Basic Information

  • Version with issue: happens since TextColor in Span was introduced in XF 3.1
  • Last known good version: N/A
  • Platform Target Frameworks:
    • iOS: 12.1
    • Android: N/A
    • UWP: N/A

Screenshots

Reproduction Link

https://drive.google.com/open?id=1U9uVOpJ7HalQJZK_I6ZH0Xck5yC9kHsw

Contributor Guide