microsoft / vscode

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

Can't select multiple lines in VSCode web #109243

Open VincentDondain opened 4 years ago

VincentDondain commented 4 years ago

Version: 1.51.0-insider Commit: f4e5221ca7414d39a4d509a2825fd89143531148 Date: 2020-10-21T20:55:44.266Z Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15

Steps to Reproduce:

  1. Open VSCode web (Codespaces) on iPadOS
  2. Try selecting multiple lines of codes either with fingers or magic trackpad.

cc @bpasero @rebornix

VincentDondain commented 4 years ago

Actually, it seems to sometimes work with the magic trackpad but never with fingers.

rebornix commented 4 years ago

Now that pointer, mouse and finger are all different event types, we need to rethink what's the expected behaviors with fingers (currently it only set cursor and scroll the viewport, but does not allow selection)