-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Web interface doesn't work in IE 11 in intranet sites Compatibility View #9385
Copy link
Copy link
Closed
Labels
area: ui/uxRelated to UI/UX, frontend code, accessibility, and user interactionRelated to UI/UX, frontend code, accessibility, and user interactiontype: bug
Description
Description:
Web interface doesn't work in IE 11 in intranet sites Compatibility View, which is default Internet Explorer 11 behavior for intranet sites.
Server Setup Information:
- Version of Rocket.Chat Server: 0.60.3
- Operating System: Centos 6.9 on server, Windows 10 on client
- Deployment Method(snap/docker/tar/etc): tar
- Number of Running Instances: 1
- DB Replicaset Oplog: 1
- Node Version: node/8.9.3
Steps to Reproduce:
- Install Rocket.Chat on one of the local intranet sites
- Open Rocket.Chat in Internet Explorer 11
Expected behavior:
Page should open.
Actual behavior:
Empty page, lots of JavaScript errors in the browser console.
Additional information:
If I open Compatibility View settings, and uncheck the "Display intranet sites in Compatibility View" box, Rocket.Chat works normally.
Possible remediation:
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> tag should be before the script tag in the page head.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: ui/uxRelated to UI/UX, frontend code, accessibility, and user interactionRelated to UI/UX, frontend code, accessibility, and user interactiontype: bug