#1488626 closed Bugs (fixed)
IE compatibility fail
| Reported by: | Adhosting | Owned by: | |
|---|---|---|---|
| Priority: | 8 | Milestone: | 0.8.2 |
| Component: | User Interface | Version: | 0.8.1 |
| Severity: | critical | Keywords: | IE bug, IE compatibilty mode |
| Cc: |
Description
Hi,
We get alot of calls since v0.8.1 came out, that most users can't see roundcube normal because everything is floating above each other.
This is because they got their compatibility mode on in IE.
I know i can fix this but the next time roundcube get updated my fix will be gone.
It's easy and fast to fix.
Just add this line between the head
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
Hope this could be fixed
Change History (3)
comment:1 Changed 9 months ago by alec
- Milestone changed from later to 0.9-beta
comment:2 Changed 9 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Added in [f1956d73]
comment:3 Changed 8 months ago by alec
- Milestone changed from 0.9-beta to 0.8.2
Note: See
TracTickets for help on using
tickets.

We've got already a fix for this in ticket #1488618. However, maybe using meta header would be a better solution.