xamarin/Xamarin.Forms

[Bug] [iOS] unset font properties on a Span are not inherited if any font property is set

Ouverte

#6 734 ouverte le 1 juil. 2019

 (5 commentaires) (0 réaction) (0 personne assignée)C# (1 926 forks)batch import
e/5 :clock5:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Description

If any font property is set on a span, all other properties will have default value instead of those inherited from owner Label (click link to source)

Steps to Reproduce

  1. create a label with fontattributes italic
  2. add a formattedstring with span fontsize set to large

the span will be large but not italic

Expected Behavior

inherit unset font properties from label.

Actual Behavior

unset font properties are default values.

Basic Information

  • Version with issue: 3.6
  • Platform Target Frameworks:
    • iOS: 12.3

Guide contributeur