Closed marcbouchenoire closed 7 years ago
execCommand() isn't available in Safari 9 and lower so copying colors to clipboard doesn't work.
Install Safari 10 on the Mac App Store if you are using OS X El Capitan or OS X Yosemite.
Use the native NSPasteboard API instead of execCommand() directly in the WebView.
execCommand() isn't available in Safari 9 and lower so copying colors to clipboard doesn't work.
Temporary fix
Install Safari 10 on the Mac App Store if you are using OS X El Capitan or OS X Yosemite.
Fix
Use the native NSPasteboard API instead of execCommand() directly in the WebView.