https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
m

Mitchell Syer

09/29/2023, 4:05 PM
I updated to Compose 1.5.2 and now my cursor is blinking when hovering over a component with pointerHoveIcon, is there going to be a fix for this? I was hoping to be able to fix the touchscreen crash issue for my app but I can't make a release with this issue.
i

Igor Demin

09/29/2023, 4:14 PM
Could you report the issue with a reproducer in https://github.com/JetBrains/compose-multiplatform/issues? There was an overhaul of
pointerHoverIcon
in 1.5, there may be bugs that haven't been caught yet. But to fix them, we need to see them.
d

dhia chemingui

09/29/2023, 5:59 PM
@Mitchell Syer Could you show me a sample maybe I could help you
m

Mitchell Syer

09/29/2023, 6:06 PM
I see, I thought it was already fixed since I saw some PRs fixing pointerHoverIcon issues. It seems to be because of a combination of components I use. I've opened a reproducer and linked it in the issue I made. https://github.com/JetBrains/compose-multiplatform/issues/3750
👍 1
d

dhia chemingui

09/29/2023, 7:37 PM
@Mitchell Syer i cant fix the problem but u can release ur work by determine the offset of the cursor if it is on the btn size
m

Mitchell Syer

09/29/2023, 7:38 PM
No problem, this is a Compose bug since it worked fine in 1.4
❤️ 1
4 Views