- From: Ryosuke Niwa <notifications@github.com>
- Date: Mon, 21 Aug 2017 17:17:05 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 22 August 2017 00:17:36 UTC
This is just a bug in Chrome's implementation. Since Chrome doesn't allow `execCommand('paste')`, it should just return `false` in `queryCommandSupported('paste')`. Maybe it supports when the webpage is "installed" or something? But if that's the case, it should continue to return `false` until the web app is installed. -- 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/167#issuecomment-323884548
Received on Tuesday, 22 August 2017 00:17:36 UTC