Created attachment 1012641 [details] summary page Description of problem: Version-Release number of selected component (if applicable): 5.4.0.0.14.20150325124454_9e339f3 How reproducible: 100% Steps to Reproduce: 1.Login on IE9 Browser. 2.Dashbord page misrendered 3.All services/infrastructure/cloud pages and summary pages misrendered 4.footer is displayed on top of the page etc.. Actual results: all data/icons misrendered. Attaching few screenshots. Expected results: Additional info:
Created attachment 1012642 [details] dashboard page
Created attachment 1012643 [details] infrastructure page
Created attachment 1012644 [details] services page
since footer is displayed on top of the page,unable to perform any actions like adding user/grps, power control operations etc.
Created attachment 1012661 [details] buttons hidden.footer displayed on top of the page
https://github.com/ManageIQ/manageiq/pull/2730
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/87a44223165b29282ea885ca9548faca8de04668 commit 87a44223165b29282ea885ca9548faca8de04668 Author: Brian McLaughlin <bmclaugh> AuthorDate: Wed Apr 22 15:51:27 2015 -0400 Commit: Brian McLaughlin <bmclaugh> CommitDate: Tue Apr 28 12:23:22 2015 -0400 Fixed multiple rendering issues in IE8 and IE9 - IE8: Fix vague backgroundColor/property doesn't exist JS error - Correctly scoped the interation variable in a for..each loop and checked for the existence of an object before attempting to modify it. - Loaded @font-face rules earlier to satisfy IE8 - Move spice/vnc console javascript to views due to it's incompatibility with IE8 - Consolidated css files and added IE8 opacity fix - Fixed body top-padding w customer logo in IE8 - IE8: Replace Array.indexOf call with jQuery equivalent - Reorganized css files - Added tempplate.css to login screen https://bugzilla.redhat.com/show_bug.cgi?id=1209262 https://bugzilla.redhat.com/show_bug.cgi?id=1210277 vmdb/app/assets/javascripts/application.js | 2 -- .../javascripts/dhtmlx_gpl_36/skins/dhtmlxtoolbar_miq_blue.css | 2 ++ vmdb/app/assets/javascripts/miq_application.js | 5 +++-- vmdb/app/assets/javascripts/miq_dhtmlxtoolbar.js | 2 +- vmdb/app/assets/stylesheets/application.css | 3 --- vmdb/app/assets/stylesheets/font_paths.less | 10 +++++----- vmdb/app/assets/stylesheets/main.less | 2 +- vmdb/app/assets/stylesheets/patternfly_overrides.less | 1 + vmdb/app/assets/stylesheets/template.css.erb | 2 +- vmdb/app/views/layouts/_global_header.html.haml | 3 +++ vmdb/app/views/layouts/_pagingcontrols.html.haml | 3 ++- vmdb/app/views/layouts/login.html.haml | 1 + vmdb/app/views/stylesheets/_template50.html.haml | 1 + vmdb/app/views/vm_common/console_spice.html.haml | 8 +++++++- vmdb/app/views/vm_common/console_vnc.html.haml | 6 ++++-- 15 files changed, 32 insertions(+), 19 deletions(-)
Verified fixed on version 5.4.0.0.26.20150511144816_f924bd4. Tested UI with IE9, attached screenshots to show the pages rendering properly.
Created attachment 1025145 [details] 5.4.0.0.26 Dashboard
Created attachment 1025146 [details] 5.4.0.0.26 Infrastructure
Created attachment 1025147 [details] 5.4.0.0.26 Services
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html