Infeasible Bug P4 Add Hotlist Status UpdateNo update yet.Descriptionst...@gmail.com created issue #1Feb 21, 2025 12:02PMBug Description:The text decoration property is not applying to the text component.Affected Platforms:- iOSVersions:Compose Multiplatform version*: 1.7.0Kotlin version*: 2.1.0OS (name, version, arch): iOS 18.3.1Device (model or simulator for iOS issues): iPhone 15Reproduction Steps:Text( text = it.name, fontSize = 16.sp, lineHeight = 22.sp, fontWeight = FontWeight.Medium, textDecoration = TextDecoration.Underline, // This line color = Color.Gray)Expected Behavior: The text should appear with an underline as specified by the textDecoration property.Screenshots:iOS: Fri Feb 21 2025 13:00:22 GMT+0100 (heure normale d’Europe centrale).png11 KBAndroid: Fri Feb 21 2025 12:51:27 GMT+0100 (heure normale d’Europe centrale).png9.3 KB Fri Feb 21 2025 12:51:27 GMT+0100 (heure normale d’Europe centrale).png 9.3 KB View Download Fri Feb 21 2025 13:00:22 GMT+0100 (heure normale d’Europe centrale).png 11 KB View DownloadIssue summaryCommentsAll comments Oldest first gr...@google.com <gr...@google.com> #2Feb 21, 2025 08:04PMStatus: Won't Fix (Infeasible)For Compose Multiplatform issues, please use JetBrains YouTrack for CMP. Add comment Comment
Description
The text decoration property is not applying to the text component.
Affected Platforms:
- iOS
Versions:
Compose Multiplatform version*: 1.7.0
Kotlin version*: 2.1.0
OS (name, version, arch): iOS 18.3.1
Device (model or simulator for iOS issues): iPhone 15
Reproduction Steps:
Text(
text =
fontSize = 16.sp,
lineHeight = 22.sp,
fontWeight = FontWeight.Medium,
textDecoration = TextDecoration.Underline, // This line
color = Color.Gray
)
Expected Behavior:
The text should appear with an underline as specified by the textDecoration property.
Screenshots:
iOS:
Fri Feb 21 2025 13:00:22 GMT+0100 (heure normale d’Europe centrale).png11 KB
Android:
Fri Feb 21 2025 12:51:27 GMT+0100 (heure normale d’Europe centrale).png9.3 KB