Description of problem: VMware WebMKS Console does not allow users to input CTRL+ALT+DEL button combination. Version-Release number of selected component (if applicable): 5.8.2.0 How reproducible: 100% Steps to Reproduce: 1.Login to CFME appliance, add a VMware Provider that supports WebMKS Remote Console 2. Navigate to Administrator|EVM(Top Right corner) -> Configuration -> VMware Console Suppport, set it to VMware WebMKS 3.Navigate to Compute -> Infrastructure -> Virtual Machine, click on any running virtual machine. 4.Click Access-> VM Console. 5. Allow pop-up window, console opens. Now, on your keyboard, press CTRL+ALT+DEL buttons simultaneously. Actual results: Your computer prompts you with ShutDown/Restart options. Expected results: VM to which you have opened console to prompts you to Shutdown/Restart or Starts Reboot process. Since, it might not be possible to redirect CTRL+ALT+DEL button combination to WebMKS Console directly, providing a button on Web UI to send this key combination would be nice just as we have it with HTML5 VM Remote Console. Additional Info: Bumping to High severity since this will block users who want to use WebMKS Remote Console with Windows OS based VMs. Since you need CTRL+ALT+DEL key combination to unlock the locked Windows VMs.
CTRL+ALT+<period on number pad> confirmed as working under Fedora 26 in CFME 5.8.2.0 --- We are consistent with the vSphere web and thick clients per my testing. I've seen reports [1] of CTRL+ALT+Insert and CTRL+ALT+End working in different situations. [1] https://superuser.com/questions/106320/how-do-you-send-ctrlaltdelete-to-windows-in-vmware-player
https://github.com/ManageIQ/manageiq-ui-classic/pull/2662
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c4814f645cfa32a9bdecc06173baff06bca1baaa commit c4814f645cfa32a9bdecc06173baff06bca1baaa Author: Brian McLaughlin <bmclaugh> AuthorDate: Tue Nov 7 14:00:23 2017 -0500 Commit: Brian McLaughlin <bmclaugh> CommitDate: Mon Nov 13 09:57:49 2017 -0500 Use the unified console styles for WebMKS consoles https://bugzilla.redhat.com/show_bug.cgi?id=1490640 app/assets/javascripts/remote_console.js | 27 +++++++++++ app/assets/stylesheets/application.css | 1 + app/assets/stylesheets/remote_console.scss | 16 +++++++ app/views/layouts/remote_console.html.haml | 67 +--------------------------- app/views/shared/_remote_console_footer.haml | 9 ++++ app/views/vm_common/console_webmks.html.haml | 15 +++++-- config/initializers/assets.rb | 1 + 7 files changed, 67 insertions(+), 69 deletions(-) create mode 100644 app/assets/javascripts/remote_console.js create mode 100644 app/assets/stylesheets/remote_console.scss create mode 100644 app/views/shared/_remote_console_footer.haml
https://github.com/ManageIQ/manageiq-ui-classic/pull/2767
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/a45648f832f91f158c09490a1c6425767481eaea commit a45648f832f91f158c09490a1c6425767481eaea Author: Dávid Halász <dhalasz> AuthorDate: Mon Nov 20 10:17:22 2017 +0100 Commit: Dávid Halász <dhalasz> CommitDate: Mon Nov 20 10:17:22 2017 +0100 Fixed harmless missing CSS error in WebMKS remote consoles https://bugzilla.redhat.com/show_bug.cgi?id=1490640 app/views/vm_common/console_webmks.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)