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 - OPS | Assignee: | Brian McLaughlin <bmclaugh> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Kedar Kulkarni <kkulkarn> | |
Severity: | high | Docs Contact: | ||
Priority: | medium | |||
Version: | 5.8.0 | CC: | hkataria, jhardy, mpovolny, obarenbo, rspagnol, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly | |
Target Release: | 5.10.0 | Flags: | 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
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 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 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(-) |