microsoft / vscode

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

Default context menu on IPad shows on top of the VSCode context menu #194871

Open PixNyb opened 10 months ago

PixNyb commented 10 months ago

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

Steps to Reproduce:

  1. Right click anywhere
  2. See the default OS context menu on top of the vscode context menu
TylerLeonhardt commented 10 months ago

I'm not seeing this on https://vscode.dev and I have the same version as you... can you confirm? Do you only see this when using code serve-web? is https://vscode.dev (or https://insiders.vscode.dev) working for you?

PixNyb commented 10 months ago

I'm seeing it on my self hosted application installed as a shortcut/PWA, when viewing it in the browser, on vscode.dev and on insiders.vscode.dev. Don't really know if there are any settings regarding this that i could change but i've seen it behave properly once in a blue moon. Kind of like the select issue where most of the time you're unable to select/copy text from the editor but very rarely it does work.

PixNyb commented 10 months ago
image

Here's what that looks like BTW

TylerLeonhardt commented 10 months ago

Hmm that's so odd... I don't get this "Select All" box at all. Are you right clicking on a tab in this case? Does this repro when you right click in the editor as well?

PixNyb commented 10 months ago

It happens anytime i click the right mouse button. Really doesn't matter where.

For some added context, I'm using a 2021 iPad pro 12,9 inch with the keyboard cover and an external mouse. The overlaying context menu shows up when i use an external mouse and the integrated trackpad. The mouse i'm using now is a logitech pebble, but i've used a variety of mouses from the logitech mx series as well.

TylerLeonhardt commented 9 months ago

Just to rule out any variables, what browser are you using?

PixNyb commented 9 months ago

On my iPad I use the default safari browser. I doubt the shortcut/PWA uses anything different.

Vansh-Raja commented 6 months ago

Has anyone gotten a solution to this? Im facing the same issue while working on my Ipad as well.

YoRyan commented 6 months ago

You can press Escape (after first creating a mapping if your keyboard does not have that key) to dismiss the iPadOS context menu and reveal the VSCode one.

Vansh-Raja commented 6 months ago

You can press Escape (after first creating a mapping if your keyboard does not have that key) to dismiss the iPadOS context menu and reveal the VSCode one.

Thank you so much!