Microsoft/vscode

[iPadOS] Can't use shortcuts to copy/paste a line in editor

Open

#141.042 geöffnet am 20. Jan. 2022

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
bugeditor-clipboardhelp wantedios-ipados

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

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

  • Version: 1.63.2
  • Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3

It seems like vscode handovers copy/paste/cut to browser. However, action Copy Line Down/Up works as expected.

Steps to Reproduce:

  1. Open monaco-editor or vscode.dev.
  2. Create a new file and enter some text.
  3. Copy/Cut/Paste without selection: 3.1. by stroking cmd + c/x/v with an external keyboard. 3.2. from workbench.action.showCommands. 3.3. from right-click menu.

Expected behaviour:

Copy/Cut/Paste the whole line.

Actual behaviour:

Copy/Cut won't work. Paste only works for clipboard item.

Contributor Guide