You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
Windows 11:
Microsoft Edge Tools for VS Code v2.1.4
Describe the bug:
Javascript eventListener event of right mouse button can't be used in "Microsoft Edge Tools for VS Code v2.1.4"'s internal browser window
I tried to use the Click right mouse Button event in Javascrip but it cant be done in the Edge Dev tools for VS Code.
When logging mouse events in dev console it does display all events but the right mouse button.
Repro steps:
You may be able reproduce the bug of not being able to fetch right mouse button (Event Number 2) by running the following html code as an index.html file which is to be opened by right Clicking it in the Explorer of Visual studio for to run within the Dev Tools of Visual Studio Code
Expected behavior:
The Code above should display a "2" and "RightClick" on developer console when clicking the right mouse Button on the canvas element
Additional context:
The code works properly when running it on an outside Edge. ( "2" and "RightClick" gets displayed)
At least some elements than canvas don't trigger right mouse Click event either.
I could imagine that some kind of collision with the right mouse handling of VS Studio is happening.
Thank you so far, Microsoft Edge Tools for VS Code Improves my workflow but couldn't use it for some cases if this cant be fixed. :)
The text was updated successfully, but these errors were encountered:
Environment (please complete the following information):
Describe the bug:
Javascript eventListener event of right mouse button can't be used in "Microsoft Edge Tools for VS Code v2.1.4"'s internal browser window
I tried to use the Click right mouse Button event in Javascrip but it cant be done in the Edge Dev tools for VS Code.
When logging mouse events in dev console it does display all events but the right mouse button.
Repro steps:
You may be able reproduce the bug of not being able to fetch right mouse button (Event Number 2) by running the following html code as an index.html file which is to be opened by right Clicking it in the Explorer of Visual studio for to run within the Dev Tools of Visual Studio Code
Expected behavior:
The Code above should display a "2" and "RightClick" on developer console when clicking the right mouse Button on the canvas element
Additional context:
The code works properly when running it on an outside Edge. ( "2" and "RightClick" gets displayed)
At least some elements than canvas don't trigger right mouse Click event either.
I could imagine that some kind of collision with the right mouse handling of VS Studio is happening.
Thank you so far, Microsoft Edge Tools for VS Code Improves my workflow but couldn't use it for some cases if this cant be fixed. :)
The text was updated successfully, but these errors were encountered: