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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13965406#comment-13965406 ] 

Damien M. commented on WICKET-5556:
-----------------------------------

or fix : jQuery(obj).offset();

> 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.
>            Priority: Critical
>
> 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)