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

completer popup is not going away sometimes #904

Closed rcoreilly closed 4 months ago

rcoreilly commented 4 months ago

Describe the bug

in Code, typing, doesn't go away

How to reproduce

seems fairly random unfortunately. can still hit esc or click off to get it to close, so its not perma-stuck. some kind of mutex issue undoubtedly.

Example code

No response

Relevant output

No response

Platform

macOS

kkoreilly commented 4 months ago

This no longer seems to happen; this issue can be reopened if it does.

rcoreilly commented 4 months ago

yep still happening. need to figure out conditions for reproducing.

rcoreilly commented 4 months ago

this should now be fixed -- don't use async for 0 delay case.