#1488008 closed Bugs (fixed)

IE9 not working with CVS revision 4968

Reported by: rnejdl Owned by:
Priority: 5 Milestone: 0.6-beta
Component: User Interface Version: git-master
Severity: major Keywords:
Cc:

Description

When you log in using IE9 in the default mode, it will display the normal email panes but then get hung and not display any emails. In testing, it works fine using other user agent strings or other modes such as IE8 or IE7. What I found is that changing line 44 of rcube_browser.php to this:

$this->ie = !$this->opera && stristr($HTTP_USER_AGENT, 'compatible; msi

e');

(Note the extra 'i' making this a case insensitive search). That seems to resolve this.

Change History (1)

comment:1 Changed 22 months ago by alec

  • Component changed from Core functionality to User Interface
  • Milestone changed from later to 0.6-beta
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [dcf8112a].

Note: See TracTickets for help on using tickets.