You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Gerolf Seitz (JIRA)" <ji...@apache.org> on 2008/04/15 01:33:07 UTC

[jira] Resolved: (WICKET-1504) AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE

     [ https://issues.apache.org/jira/browse/WICKET-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz resolved WICKET-1504.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M1
                   1.3.4

fixed

> AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE
> --------------------------------------------------------------------------
>
>                 Key: WICKET-1504
>                 URL: https://issues.apache.org/jira/browse/WICKET-1504
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.3
>         Environment: IE 6.0
>            Reporter: Niels Bo
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.4, 1.4-M1
>
>
> I just swithed from 1.3.2 to 1.3.3 and that resultet in a javascript error "type mismatch" in line 227, 
> wich is this line in wicket-autocomplete.js: 
>         menu.style.zIndex=index=="auto"?index:Number(index)+1;
> Only in IE (6.0) - firefox works fine. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.