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
this is the simple browser built in .. it respect the cursor and changing quite cool. even if u hover on input the cursor change into cursor for typing
what.i.want.mp4
but then again on this edge plugin.. i like edge it has dev tool xD but it doesnt respect the cursor.
what.i.get.mp4
i know this is not that a big deal but it bothers me internally.
Thanks for reaching out. This is a request we've heard before, see this message about it:
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.
@vidorteg this isn't the first time we've had this request. Could you please take a look at the technical feasibility. My intuition is that it's a lot of added complexity (and potentially degraded performance) for something that might not be worth it.
The problem we keep having though, is that the embedded browser preview looks too much like a real browser and people therefore expect it to behave like one.
Is your feature request related to a problem? Please describe.
yeah css cursor are being ignored
Describe the solution you'd like:
fix the cursor.. like simple browser does it respect cursor property css
Describe alternatives you've considered:
i dont know xD respect the cursor please xD
Additional context:
no more i already laid out all the details
The text was updated successfully, but these errors were encountered: