Re: [w3c/editing] Behavior of queryCommandEnabled (#161)

_From @joone on October 18, 2016 18:53_

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/editing/issues/161#issuecomment-280502811

Received on Thursday, 16 February 2017 23:49:57 UTC