satishsoni1 / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

IE 11 don't show file list in Manage files section #406

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Run IE 11
2. Go to www.mysite.com/ProjectSend/manage-files.php
3. if you have uploaded file, you will not see this file in the list

ProjectSend version r514

Original issue reported on code.google.com by nikola....@gmail.com on 9 Dec 2013 at 3:37

Attachments:

GoogleCodeExporter commented 8 years ago
Add <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10"> at the start 
of documents.

Original comment by LILL.Gu...@gmail.com on 9 Dec 2013 at 7:12

GoogleCodeExporter commented 8 years ago
At the start of header.php ;)

Original comment by LILL.Gu...@gmail.com on 9 Dec 2013 at 7:13

GoogleCodeExporter commented 8 years ago
Thanks for pointing out a fix for this issue. However, including this addition 
causes "Issue 215" - a header style issue across all browsers.. Any ideas for 
this? I really need to address both issues. Thanks!

Original comment by keb...@gmail.com on 13 Jan 2014 at 4:07

GoogleCodeExporter commented 8 years ago
still dont work!! i need to add that at fist of the header.php document <meta 
http-equiv="X-UA-Compatible" content="IE=EmulateIE10"> but still not show the 
files like the screen shot u show

Original comment by soylui...@gmail.com on 24 Jan 2014 at 12:36

GoogleCodeExporter commented 8 years ago
The root cause of this is explained in further detail below:

http://stackoverflow.com/questions/19504252/jquery-tablesorter-pager-plugin-does
nt-work-properly-with-ie11-in-edge-mode

The jquery files are minified, but you can (carefully) make the changes 
described (back up the original files first, of course). I did so and it works 
in IE11 and Chrome, which are the two main browsers our clients use. I did not 
see any "Issue 215" problems when I made this change.

Original comment by stud...@comicnet.net on 24 Jan 2014 at 5:11

GoogleCodeExporter commented 8 years ago
Thanks! Fixing the tablesorter problem allowed the files to be displayed 
correctly. It wasn't necessary that the plugin recognize the browser when 
jQuery is inherently cross-browser compatible.

I'd recommend that this change be added to the project file for future 
implementation.

Original comment by keb...@gmail.com on 4 Feb 2014 at 4:12