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.31k stars 71 forks source link

clipboard error #934

Closed ddkwork closed 3 months ago

ddkwork commented 3 months ago

Describe the bug

Windows copy any content to the clipboard and paste it into the text editor box will not take effect immediately, you have to press any key in the editor box to fill in the value.

How to reproduce

image

Example code

No response

Relevant output

No response

Platform

Windows

ddkwork commented 3 months ago

I forgot to mention that I ctrl+v pasted, so I guess I didn't register this shortcut combination to the text editor's event list.

kkoreilly commented 3 months ago

I can reproduce this on multiple platforms and will work on fixing it.