Compatibility issue - with IE 6.0
---------------------------------
Key: JSPWIKI-587
URL: https://issues.apache.org/jira/browse/JSPWIKI-587
Project: JSPWiki
Issue Type: Bug
Components: Default template
Affects Versions: 2.8.2
Environment: IE 6.0 (build MSIE6020), Windows XP SP3
Reporter: Olove Luo
Priority: Minor
Visit http://www.jspwiki.org/PageInfo.jsp?page=Main with IE 6.0 and you will
find an error when the page tries to sort column "author". The bug causes the
page loading to be stopped and thus it looks ugly.
The problem is due to scripts/jspwiki-common.js. Search in the file for "return
E-C" and replace it with "return E<C?-1:1" which will solve this problem.
Cause: IE 6.0 recognizes E-C (string (object?) minus) as NaN here, causing the
comparison to fail.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.