cogentcore / core

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

Focusable elements should get inactive focus when clicked on #841

Closed kkoreilly closed 4 months ago

kkoreilly commented 5 months ago

Describe the bug

See title

How to reproduce

See title

Example code

No response

Relevant log output

No response

Platform

macOS

rcoreilly commented 4 months ago

@kkoreilly please add an example of where it is not doing this. when I run demo and click on a button, it gets inactive focus.

kkoreilly commented 4 months ago

It seems like all focusable elements now do get inactive focus when clicked on.