microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.62k stars 28.67k forks source link

command actions (copy, paste, etc.) do no work on macOS #203668

Open arjangeertsema opened 7 months ago

arjangeertsema commented 7 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Install plugin
  2. Create a file with the extension .bpmn
  3. Create a Task
  4. Double click on the task (contenteditable)
  5. Type text
  6. ctrl+a or command+a does not work on macOs
  7. ctrl+c or command+c does not work on macOs
  8. ctrl+v or command+v does not work on macOs

See also the extension issue: https://github.com/bpmn-io/vs-code-bpmn-io/issues/92

Further relevant information:

gjsjohnmurray commented 7 months ago

Have you reported this to the extension author yet?

arjangeertsema commented 7 months ago

Hello @gjsjohnmurray , yes this is already reported there. I am also reporting it here because it does not work only for the combination vscode and macOS. My question for you guys, are there specific requirements for macOS and vscode extensions which can cause this unexpected behaviour?

gjsjohnmurray commented 7 months ago

Please link to the issue on the extension repo.

TylerLeonhardt commented 7 months ago

Assigned you @mjbvz for webviews. one observation, right click copy works but cmd+c does not.

TylerLeonhardt commented 7 months ago

Another observation. I just tried a similar flow with https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor and it worked fine.

arjangeertsema commented 7 months ago

Another observation cmd+e does work. So only the cmd+key combinations do not work which are used in bpmn-js.