Bug 1490640 - VMware WebMKS Console: Does not support CTRL+ALT+DEL Input
Summary: VMware WebMKS Console: Does not support CTRL+ALT+DEL Input
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.8.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: GA
: 5.10.0
Assignee: Brian McLaughlin
QA Contact: Kedar Kulkarni
URL:
Whiteboard: ui:webmks:console
Depends On:
Blocks: 1515415 1515416
TreeView+ depends on / blocked
 
Reported: 2017-09-11 23:16 UTC by Kedar Kulkarni
Modified: 2021-03-11 15:45 UTC (History)
6 users (show)

Fixed In Version: 5.10.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1515415 1515416 (view as bug list)
Environment:
Last Closed: 2018-06-21 21:19:29 UTC
Category: Bug
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:
kkulkarn: automate_bug+


Attachments (Terms of Use)

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(-)


Note You need to log in before you can comment on or make changes to this bug.