You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/01/31 21:55:59 UTC

[jira] Updated: (WICKET-2062) Wicket-autocomplete.js should call wicketHide and wicketShow

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

Igor Vaynberg updated WICKET-2062:
----------------------------------

    Issue Type: Wish  (was: Bug)

thats what i thought, you should not be overriding any wicket javascript functions. all of that javascript is completely internal, once you do you are on your own.

> Wicket-autocomplete.js should call wicketHide and wicketShow
> ------------------------------------------------------------
>
>                 Key: WICKET-2062
>                 URL: https://issues.apache.org/jira/browse/WICKET-2062
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>    Affects Versions: 1.3.5
>            Reporter: Stefan
>
> wicket-autocomplete.js functions showIndicator() and hideIndicator should call wicketHide(..) and wicketShow(..) functions instead of method below.
> function showIndicator() {
>     	if (indicatorId!=null) {
>     		Wicket.$(indicatorId).style.display='';    	}
>     }
>     
> function hideIndicator() {
>     	if (indicatorId!=null) {
>     		Wicket.$(indicatorId).style.display='none';
>     	}
>     }

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