You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A firefox user complained that the clipboard buttons don’t work (you can click the icon beneath the cha t message but nothing gets copied to the clipboard). I did a quick check and saw an error for navigator.clipboard in the JS console.
We should check if Firefox has a different API for copying things to the clipboard, or if not, we should (a) catch the exception if this fires and show an JS alert dialog to user explaining the browser doesn’t seem to support copying and/or (b) use one of the browser interrogation techniques to pre-discover that navigator.clipboard is supported or not and actively disable that feature. Disabling the feature would mean: hiding it from beneath messages, hiding it from the top of code blocks within messages, and hiding it from the keyboard shortcut menu (which you open by using the ? shortcut)
The text was updated successfully, but these errors were encountered:
A firefox user complained that the clipboard buttons don’t work (you can click the icon beneath the cha t message but nothing gets copied to the clipboard). I did a quick check and saw an error for navigator.clipboard in the JS console.
We should check if Firefox has a different API for copying things to the clipboard, or if not, we should (a) catch the exception if this fires and show an JS alert dialog to user explaining the browser doesn’t seem to support copying and/or (b) use one of the browser interrogation techniques to pre-discover that navigator.clipboard is supported or not and actively disable that feature. Disabling the feature would mean: hiding it from beneath messages, hiding it from the top of code blocks within messages, and hiding it from the keyboard shortcut menu (which you open by using the ? shortcut)
The text was updated successfully, but these errors were encountered: