raecosia / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

[jappix4roundcube] - Compatibility with IE8 to IE9(Windows 7 for some companies) #678

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Token: 9c0dcd69dbf0daa0c33da54b4d5e37e9 (Don't modify this token!)
Version: 2.0.13 (16-02-2014)
PHP: 5.3.28
RCMAIL: 1.0.0
Database: mysql
SERVER: Apache/2.2.3 (CentOS)
----
I.  Issue Description:
The plugin doesn't work with IE8 or IE9 that is widely use by some companies.

II. Steps to reproduce the Issue:
1. Install the plugin
2. Check Debug Console, there is a error on jappix.js:
  $(window).unload(
    function () { 
      disconnectMini(); <--- Here is the bug
      return true;
    }
  );

Original issue reported on code.google.com by mmartine...@gmail.com on 10 May 2014 at 10:37

GoogleCodeExporter commented 8 years ago

Original comment by roland.l...@gmail.com on 16 May 2014 at 5:28

GoogleCodeExporter commented 8 years ago

Original comment by roland.l...@gmail.com on 17 May 2014 at 9:11

GoogleCodeExporter commented 8 years ago
I have fixed the javascript error that you have highlighted. This can't be the 
reason for IE 7-9 issues.

Regardless, plugin works for me with IE 11 developer console IE 7-9 emulation.

Original comment by roland.l...@gmail.com on 17 May 2014 at 9:13