[
https://issues.apache.org/jira/browse/WICKET-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669009#action_12669009
]
Stefan commented on WICKET-2062:
--------------------------------
Those functions are part of the file wicket-ajax.js so I assume that those
functions should be used as well. Currently we are overriding the wicketShow
and wicketHide functions in our application.
> Wicket-autocomplete.js should call wicketHide and wicketShow
> ------------------------------------------------------------
>
> Key: WICKET-2062
> URL: https://issues.apache.org/jira/browse/WICKET-2062
> Project: Wicket
> Issue Type: Bug
> 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.