Re: [w3c/clipboard-apis] Behavior of queryCommandEnabled (#7)

queryCommandEnable("copy") also works differently among browsers: Firefox always return true because the api is used to check if the browser enables the operation, but in the case of Chomium browser, queryCommandEnable('copy') is used for enable/disabling the menu item "copy".  So, it can be disabled if there is no range selection. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/7#issuecomment-254603862

Received on Tuesday, 18 October 2016 18:54:40 UTC