Bug 1179503
Summary: | Catalog Item doesn't load in IE | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Jared Deubel <jdeubel> | |
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | |
Status: | CLOSED ERRATA | QA Contact: | Thom Carlin <tcarlin> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.3.0 | CC: | ewinchel, jhardy, mfeifer, obarenbo, ssainkar, tcarlin, xlecauch | |
Target Milestone: | GA | |||
Target Release: | 5.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.4.0.0.11 | Doc Type: | Bug Fix | |
Doc Text: |
In the previous version of CloudForms Management Engine, catalog item did not load in Microsoft Internet Explorer due to redundant setSortImgState call against DhtmlxGrid object. This bug has been fixed by removing the redundant setSortImgState call against DhtmlxGrid object. Catalog item now loads correctly in Internet Explorer.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1180252 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-16 12:46:59 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: | ||||
Bug Blocks: | 1180252 |
Description
Jared Deubel
2015-01-06 23:03:07 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/2f047fab5021d222ef291a9ebaa284152e1267ec commit 2f047fab5021d222ef291a9ebaa284152e1267ec Author: Harpreet Kataria <hkataria> AuthorDate: Thu Jan 8 12:39:09 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Jan 8 12:39:09 2015 -0500 Removed redundant setSortImgState call against DhtmlxGrid object. Don't need to call setSortImgState on a DhtmlxGrid object when x_gtl partial is being replaced, this was causing an issue in IE, was preventing Catalog explorer screens to load in IE. https://bugzilla.redhat.com/show_bug.cgi?id=1180252 https://bugzilla.redhat.com/show_bug.cgi?id=1179503 vmdb/app/controllers/catalog_controller.rb | 2 -- 1 file changed, 2 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=41c70cdcdac97dfa07cdbe7762d61b41c26c365a commit 41c70cdcdac97dfa07cdbe7762d61b41c26c365a Author: Harpreet Kataria <hkataria> AuthorDate: Thu Jan 8 12:39:09 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Jan 8 16:12:31 2015 -0500 Removed redundant setSortImgState call against DhtmlxGrid object. Don't need to call setSortImgState on a DhtmlxGrid object when x_gtl partial is being replaced, this was causing an issue in IE, was preventing Catalog explorer screens to load in IE. https://bugzilla.redhat.com/show_bug.cgi?id=1180252 https://bugzilla.redhat.com/show_bug.cgi?id=1179503 (cherry picked from commit 2f047fa) vmdb/app/controllers/catalog_controller.rb | 2 -- 1 file changed, 2 deletions(-) Verified in build version 5.4.0.0.11.20150309201930_8b6a235 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 |