mbecker20 / komodo

🦎 a tool to build and deploy software on many servers 🦎
GNU General Public License v3.0
1.21k stars 20 forks source link

Confirming actions: click to copy doesnt work on http #78

Open drixtol opened 5 days ago

drixtol commented 5 days ago

When testing out komodo i was having issues with manipulating resources. Click to copy fails silently in the interface, but the console shows

Uncaught TypeError: navigator.clipboard is undefined onClick http://site.internal:9120/assets/index-CP4Y_AHR.js:616

From a bit of quick googling it looks like that api doesnt work unless on https. I put it behind a proxy with https and issue resolved.

While i dont have a problem with https, it would be nice if there was

mbecker20 commented 4 days ago

I can do an additional configuration KOMODO_DISABLE_CONFIRM_MENU which will down grade the menu popup to the double click confirm button.