This is a known issue affecting VMware vCloud Director(vCD). Currently, there is no resolution for this.
To work around this issue, console sessions from vCD absolute mouse position must be passed.
To pass the console from vCD absolute mouse position, use one of these options:
- Install VMware Tools
- Install a USB Controller to the virtual machine
- Update vCloud Director database to use VMRC console instead of WebMKS using below steps:
- Backup the vCloud Director database.
- Run these queries to insert new values in config table of vCloud Director database:
insert into config (cat, name, value) values ('vcloud', 'console.webmks.firefox.windows', 'false');
insert into config (cat, name, value) values ('vcloud', 'console.webmks.ie.windows', 'false');
insert into config (cat, name, value) values ('vcloud', 'console.webmks.chrome.windows', 'false');
insert into config (cat, name, value) values ('vcloud', 'console.webmks.firefox.linux', 'false');
insert into config (cat, name, value) values ('vcloud', 'console.webmks.chrome.linux', 'false');