Open GoogleCodeExporter opened 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
At the start of header.php ;)
Original comment by LILL.Gu...@gmail.com
on 9 Dec 2013 at 7:13
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
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
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
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
Original issue reported on code.google.com by
nikola....@gmail.com
on 9 Dec 2013 at 3:37Attachments: