[
https://issues.apache.org/jira/browse/JSPWIKI-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florian Holeczek closed JSPWIKI-587.
------------------------------------
> 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
> Fix For: 2.8.3
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira