Created attachment 1214622 [details] Screenshot Description of problem: Timelines page to show successful events(when user selects 'Application' , checks 'Show Detailed Events' checkbox) works on Firefox and Chrome browsers. In IE11, clicking 'Apply' shows the spinner spinning endless and does not load successful events. Please refer attached screenshot and IE-11 console log Version-Release number of selected component (if applicable): IE version: 11.0.9600.18499 CFME version: 5.7.0.7-beta1.20161025153249_9376fbd How reproducible: Always Steps to Reproduce: 1. Login to CFME using Internet Explorer-11 2. Deploy a war to EAP7 standalone server to have successful event. 3. Navigate to Middleware->Provider 4. Select and click on the middleware provider to navigate to the summary page 5. Click on Monitoring->Timelines 6. Select 'Application' and check the 'Show Detailed Events' checkbox 7. Click 'Apply' button 8. Observe that the spinner spins forever. Actual results: Spinner spins endless on middleware provider->timelines page in IE11 Expected results: Timelines page should display events in IE-11 Additional info: Works in Firefox and Chrome browsers
Created attachment 1214623 [details] Console Log-IE11
David, can you replicate this on another provider?
Amogh, please take a look at this today if possible.
Dave/Heiko W. Rupp, Issue is reproducible for vceneter55 on IE 11.103.10586.0. Screenshot attached (vsphere55-IE11)
https://github.com/ManageIQ/manageiq/pull/12500
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/42e0e681d94d0364019803b9534cb6cdb5104533 commit 42e0e681d94d0364019803b9534cb6cdb5104533 Author: Milan Zazrivec <mzazrivec> AuthorDate: Tue Nov 8 15:12:23 2016 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Tue Nov 8 15:12:23 2016 +0100 Fix javascript parse error on a timeline screen IE11 wouldn't deal correctly with a html comment inside a javascript code. https://bugzilla.redhat.com/show_bug.cgi?id=1389401 app/views/layouts/_timeline.html.haml | 1 - 1 file changed, 1 deletion(-)
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/f01490d584f54137bb6c2d89fdcddcfdacef9a9d commit f01490d584f54137bb6c2d89fdcddcfdacef9a9d Author: Martin Povolny <mpovolny> AuthorDate: Tue Nov 8 21:18:43 2016 +0100 Commit: Oleg Barenboim <chessbyte> CommitDate: Tue Nov 8 15:29:47 2016 -0500 Merge pull request #12500 from mzazrivec/fix_javascript_parse_error_in_timelines_screen Fix javascript parse error on a timeline screen (cherry picked from commit 57bb92bbf6f78dc6e4456c07e6efb4fc1726e65a) https://bugzilla.redhat.com/show_bug.cgi?id=1389401 app/views/layouts/_timeline.html.haml | 1 - 1 file changed, 1 deletion(-)