I updated to Compose 1.5.2 and now my cursor is bl...
# compose-desktop
m
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
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
@Mitchell Syer Could you show me a sample maybe I could help you
m
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
@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
No problem, this is a Compose bug since it worked fine in 1.4
❤️ 1