Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor Pointer Issue #1656

Closed
FumI4096 opened this issue Jul 28, 2023 · 1 comment
Closed

Cursor Pointer Issue #1656

FumI4096 opened this issue Jul 28, 2023 · 1 comment
Labels
question Further information is requested

Comments

@FumI4096
Copy link

FumI4096 commented Jul 28, 2023

Environment (please complete the following information):

  • OS (e.g., Windows 10):
  • Extension version (e.g., 1.2.3):

Describe the bug:

I have an issue with the microsoft edge devtool visual studio, I don't know if this happen to others but a cursor pointer won't pop even though I a css property and its value "cursor: pointer"

Repro steps:

Expected behavior:

Additional context:

@captainbrosset
Copy link
Collaborator

Thanks for reporting this.

The extension streams the webpage from a headless Edge process into VS Code. So essentially, what you're seeing is a series of screenshots that are taken of the actual running webpage, being displayed in a panel in VS Code.
So, for the cursor to change, the headless browser would need to send events for when the cursor is hovering over an element that has cursor:pointer (or other). The extension would then have to listen to those events and change the cursor in VS Code accordingly.

So, not impossible to do I guess. But pretty technically involved.

If you need to test something related to cursors right now, I suggest switching your setup to use an actual external browser window as described in the docs: https://learn.microsoft.com/en-us/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/external-browser-window

@vidorteg what are your thoughts on the above? I have a feeling this could be a candidate to add to our WONTFIX list in #1317 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants