Bug 1644970
| Summary: | web-ui does not load on IE11 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Germano Veit Michel <gveitmic> | ||||||
| Component: | ovirt-web-ui | Assignee: | Scott Dickerson <sdickers> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Lucie Leistnerova <lleistne> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 4.2.6 | CC: | gshereme, gveitmic, jcoscia, mgoldboi, sdickers, sgoodman | ||||||
| Target Milestone: | ovirt-4.2.8 | Keywords: | ZStream | ||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: |
ovirt-web-ui 1.4 uses web technologies that Microsoft Internet Explorer 11 does not support, and as a result, opening ovirt-web-ui in IE11 showed a simple white screen.
Polyfills were added to support using the newer technology, and the base HTML page now enables compatibility mode in IE11 to better support rendering the ovirt-web-ui.
As a result, the 1.4 version of ovirt-web-ui, based on ovirt-engine 4.2, now loads and has base functionality on IE11.
|
Story Points: | --- | ||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2019-01-22 12:45:56 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Germano Veit Michel
2018-11-01 05:49:36 UTC
Created attachment 1499755 [details]
console
Created attachment 1499764 [details]
debugger
Reproduced on: IE11, 11.1.17134.0 Windows 10 (Build 17134.1) On customer site also happens on: IE 11, 11.0.9600.18921 update version 11.0.52 Windows 7. What was the emulation mode of the browser, Edge mode or IE10 mode? https://github.com/patternfly/patternfly-react/blob/master/packages/patternfly-3/patternfly-react/src/common/helpers.js#L45 Array.prototype.includes doesn't exist in IE, so that will need to be polyfilled somehow. Added some more IE11 handling (to master) with https://github.com/oVirt/ovirt-web-ui/pull/885 Backport for web-ui 1.4: https://github.com/oVirt/ovirt-web-ui/pull/886 Removing 4.3 flag. IE11 is not supported in ovirt-web-ui 1.5, which will ship with 4.3. Pull request https://github.com/oVirt/ovirt-web-ui/pull/886 verified and merged to ovirt-web-ui v1.4. This adds basic IE11 support for 1.4 ovirt-web-ui. IE11 is officially not supported in ovirt-web-ui 1.5 (ovirt 4.3). If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field.
The documentation team will review, edit, and approve the text.
If this bug does not require doc text, please set the 'requires_doc_text' flag to -.
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://access.redhat.com/errata/RHBA-2019:0128 |