Bug 1490640

Summary: VMware WebMKS Console: Does not support CTRL+ALT+DEL Input
Product: Red Hat CloudForms Management Engine Reporter: Kedar Kulkarni <kkulkarn>
Component: UI - OPSAssignee: Brian McLaughlin <bmclaugh>
Status: CLOSED CURRENTRELEASE QA Contact: Kedar Kulkarni <kkulkarn>
Severity: high Docs Contact:
Priority: medium    
Version: 5.8.0CC: hkataria, jhardy, mpovolny, obarenbo, rspagnol, simaishi
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0Flags: kkulkarn: automate_bug+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:webmks:console
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1515415 1515416 (view as bug list) Environment:
Last Closed: 2018-06-21 21:19:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1515415, 1515416    

Description Kedar Kulkarni 2017-09-11 23:16:57 UTC
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.

Comment 2 Brian McLaughlin 2017-09-20 18:22:51 UTC
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

Comment 4 CFME Bot 2017-11-20 08:33:41 UTC
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

Comment 6 CFME Bot 2017-11-20 11:13:20 UTC
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(-)