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
Sorry for the delay @beremour - I was able to confirm the issue, but I don't have any obvious solutions.
It looks like partly an Edge issue, partly a VMWare issue - in Developer Tools console, there are a bunch of "onKeyUp: Fail to find the vScanCode for" errors.
Diving into vmks.js, the issue is that when Edge receives the event and populates the key and keyCode, but not the code value. VMWare expects the code, and without it, returns before sending any further events into the guest.
This doesn't affect Firefox, because Firefox receives the code:
I am using Microsoft Edge to open VMware virtual machine console in VCenter with "Launch Web Console". Typing not working in it.
The text was updated successfully, but these errors were encountered: