Nantes icon indicating copy to clipboard operation
Nantes copied to clipboard

Wrong bullet point format from html string

Open neobeppe opened this issue 5 years ago • 2 comments

Describe the bug When using bullet points from html string transformed in attributed string only the first line is well formatted. After fist line break text is not aligned with first word

Smartphone (please complete the following information):

  • iPhone

neobeppe avatar Apr 24 '20 12:04 neobeppe

IMG_3213

neobeppe avatar Apr 24 '20 12:04 neobeppe

I also stumbled on a similar bug. It seems attributes set on the attributed string aren't used. When setting the attributedText property of the label, NantesLabel sets the text property of the label to attributedText.string, instead of setting the labels attributedText property to your attributed string.

andreaslindahl avatar Oct 06 '20 08:10 andreaslindahl