Bug 1209262
| Summary: | IE8 Errors | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Eric Winchell <ewinchel> | ||||||
| Component: | UI - OPS | Assignee: | Brian McLaughlin <bmclaugh> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | bmorriso | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.4.0 | CC: | bmorriso, dajohnso, dclarizi, hkataria, jhardy, mpovolny, obarenbo, rananda, sean.myers | ||||||
| Target Milestone: | GA | ||||||||
| Target Release: | 5.4.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 1204943 | Environment: | |||||||
| Last Closed: | 2015-06-16 12:56:55 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 1204943 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1011541 [details]
dhtmlx toolbar
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(-) 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 |
Created attachment 1011540 [details] dhtmlx grid