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:17:16 UTC

[jira] [Updated] (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 updated WICKET-5556:
------------------------------------

    Priority: Major  (was: Critical)

> 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
>             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)