Skip to content

Cut & Copy does not work on iPad OS #101564

@daybrush

Description

@daybrush
  • VSCode Version: 1.45.1
  • OS Version: iPad 13.5

Steps to Reproduce:

I found in this part that forcibly returned empty.

getScreenReaderContent: (currentState: TextAreaState): TextAreaState => {
if (browser.isIPad) {
// Do not place anything in the textarea for the iPad
return TextAreaState.EMPTY;
}

Is there a reason? If I remove this part, it works fine.

The currentState contains the selection range and cursor position.

TextAreaState is forcibly empty, so the textarea value and selection range cannot be updated.

Metadata

Metadata

Labels

feature-requestRequest for new features or functionalityios-ipadosverification-neededVerification of issue is requestedverifiedVerification succeededwebIssues related to running VSCode in the web

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions