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

safari freezing for https://www.cogentcore.org/core/ demo #932

Closed gedw99 closed 3 months ago

gedw99 commented 3 months ago

Describe the bug

https://www.cogentcore.org/core/ freezes up on Safari

How to reproduce

go to https://www.cogentcore.org/core/

right click a tree node, and the menu does not show but instead freezes the run time.

On chrome, a first run causes the browser to ask for Permission to use the clipboard, so I guess that this is where its failing on Safari.

Example code

No response

Relevant output

No response

Platform

macOS

kkoreilly commented 3 months ago

I can reproduce this and will work on fixing it. Thanks for reporting this!