You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Olove Luo (JIRA)" <ji...@apache.org> on 2009/08/12 18:43:14 UTC

[jira] Created: (JSPWIKI-587) Compatibility issue - with IE 6.0

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.


[jira] Resolved: (JSPWIKI-587) Compatibility issue - with IE 6.0

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirk Frederickx resolved JSPWIKI-587.
-------------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.8.3

> 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: 0.02h
>  Remaining Estimate: 0.02h
>
> 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.


[jira] Commented: (JSPWIKI-587) Compatibility issue - with IE 6.0

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742530#action_12742530 ] 

Dirk Frederickx commented on JSPWIKI-587:
-----------------------------------------


Duplicate.
See JSPWIKI-581. Resolved in v2.8.3-svn11

dirk


> 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
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> 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.