Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#773 closed defect (fixed)

GUIs and Internet Explorer

Reported by: heikki Owned by: heikki
Priority: major Milestone: v2.7.0
Component: User interface (web) Version:
Keywords: IE9, IE8, IE7, Browser Mode, Document Mode, Compatibility View Cc:

Description

The Ext GUI works in IE9 only if Document Mode is IE9 Standards. To force this Document Mode even when you set IE9 in another Browser Mode (like IE9 Compatiblity View, IE8, or IE7) I added

<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

to the index.htmls in the Ext GUI.

However it turns out that the Classic GUI works only in IE9 if Document Mode is *not* IE9 Standards. Therefore I left, in header.xsl,

<meta http-equiv="X-UA-Compatible" content="IE=8"/>

to force IE9 not to use IE9 Standards Document Mode for the Classic GUI.

It remains to be tested if the Ext GUI works in real IE7 and IE8 browsers (in their various Browser Modes). And if not, whether we care about that.

Change History (2)

comment:1 by heikki, 12 years ago

Resolution: fixed
Status: newclosed

trunk rev 8694

comment:2 by josegar74, 12 years ago

Tried in IE8:

New GUI


Browser mode IE8: ok Browser mode IE8 Compatibility view: ok Browser mode IE7: ok, latest news panel is positioned a bit different

Default UI


Browser mode IE8: ok Browser mode IE8 Compatibility view: ok Browser mode IE7: ok, language selector is positioned a bit different

Before tried a new mode the cache has been cleared.

Note: See TracTickets for help on using tickets.