cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.7k stars 79 forks source link

Quickly pressing text field icons is interpreted as double clicking #829

Closed kkoreilly closed 8 months ago

rcoreilly commented 8 months ago

You have 1 choice for fixing this issue, given that the textfield is double-clickable. You need to interpret the double (and triple) clicks in the button as a click. This is very simple. you will not find another solution that satisfies all the other click constraints.