-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityios-ipadosverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededwebIssues related to running VSCode in the webIssues related to running VSCode in the web
Milestone
Description
- VSCode Version: 1.45.1
- OS Version: iPad 13.5
Steps to Reproduce:
I found in this part that forcibly returned empty.
vscode/src/vs/editor/browser/controller/textAreaHandler.ts
Lines 182 to 188 in 1fd3957
| 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.
markuzzi, mattjennings, izewang, daybrush, DAddYE and 45 more
Metadata
Metadata
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityios-ipadosverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededwebIssues related to running VSCode in the webIssues related to running VSCode in the web