Created attachment 1333434 [details] WebMKS Fails with some JS Error Description of problem: With latest downstream build, WebMKS seems to be broken. Please see screenshot. Version-Release number of selected component (if applicable): 5.9.0.0-pre-nightly How reproducible: Believe 100% Steps to Reproduce: 1.Login to CFME, add VMware provider 2.Make sure "VMware Console Support" is set to "VMware WebMKS" 3.Naivgate to Compute -> Infrastructure -> Virtual Machines 4. Select a running VM and from VM Details page, click Access -> VM Console, allow pop up. Actual results: see Screenshot Expected results: WebMKS should work Additional info: Regression keyword is added, since the WebMKS worked fine in 5.8
Hey David, Thanks for the update. Please checkout this BZ[1] as well. After reading your comment, I think both these BZs are due to similar reason then. Thanks, KK. [1]https://bugzilla.redhat.com/show_bug.cgi?id=1497290
https://github.com/ManageIQ/manageiq-ui-classic/pull/2318
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/dc98c71158f527060dea74615364ffd11e4fd490 commit dc98c71158f527060dea74615364ffd11e4fd490 Author: Dávid Halász <dhalasz> AuthorDate: Fri Oct 6 11:56:20 2017 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Fri Oct 6 11:56:20 2017 +0200 Fixed path to jquery and jquery-ui in the asset pipeline https://bugzilla.redhat.com/show_bug.cgi?id=1496850 https://bugzilla.redhat.com/show_bug.cgi?id=1497830 app/assets/javascripts/application.js | 4 ++-- app/views/layouts/remote_console.html.haml | 2 +- app/views/vm_common/console_vmrc.html.haml | 2 +- app/views/vm_common/console_webmks.html.haml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)