webgme / webgme-taxonomy

A design studio for creating taxonomies which can then be used to tag various resources.
MIT License
0 stars 1 forks source link

URI copy option for contents does not work in Safari #437

Open yogeshVU opened 11 months ago

yogeshVU commented 11 months ago

The URI copy option from the dashboard does not work on Safari Browser. It works fine on the Chrome browser.

brollb commented 11 months ago

Probably a permissions issue. Do you see any errors in the dev console?

yogeshVU commented 11 months ago

True, it seems like a permission issue. image

brollb commented 11 months ago

Hmm... I guess if the permissions are denied, we could present it in a dialog so the user can do it manually. It seems like a lower priority though

yogeshVU commented 5 months ago

Perhaps we could replicate the copy ID(https://github.com/webgme/webgme-taxonomy/issues/511) feature which is working in the safari browser to be added to here..