You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/04/14 10:15:19 UTC

[jira] [Resolved] (WICKET-5556) Error in wicket-autocomplete.js bad reference of $

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

Martin Grigorov resolved WICKET-5556.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.15.0
                   7.0.0
         Assignee: Martin Grigorov

Duplicate of https://github.com/apache/wicket/pull/71

jQuery() should be used instead of $().

> Error in wicket-autocomplete.js bad reference of $
> --------------------------------------------------
>
>                 Key: WICKET-5556
>                 URL: https://issues.apache.org/jira/browse/WICKET-5556
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.14.0
>            Reporter: Damien M.
>            Assignee: Martin Grigorov
>            Priority: Critical
>             Fix For: 7.0.0, 6.15.0
>
>
> Since wicket 6.14, autocomplete component throw an error when positionning autocomplete-menu. 
> TypeError: $(...).offset is not a function 
> In fact, in wicket-autocomplete.js (line 592), getPosition use $(obj) instead of Wicket.$(obj) : 
> For apps with other js lib, it's really critique because a JS error freeze other js action.
> Quick fix is to change :
> line 592 of wicket-autocomplete.js 
> --> Wicket.$(obj) instead of $(obj) 
> Thanks



--
This message was sent by Atlassian JIRA
(v6.2#6252)