Two buttons placed next to each other can both be clicked at the same time #2010
Closed
2 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
Is this issue related to iced?
What happened?
If you place two buttons next to each other, you can place the cursor in between the two, and both will be highlighted. If you click, both buttons will receive the
on_press
command. This happens in both GPU and CPU rendering.This is problematic for my minesweeper game, composed of many buttons touching each other.
My current workaround is to place a space between each button.
What is the expected behavior?
It should not be possible for the cursor to be touching both buttons at the same time. It should be either one or the other.
Version
crates.io release
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: