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 2008/04/21 15:57:21 UTC

[jira] Commented: (WICKET-1460) Move JavaScript function killEvent from wicketautocomplete.js to wicket-event.js

    [ https://issues.apache.org/jira/browse/WICKET-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590920#action_12590920 ] 

Martin Grigorov commented on WICKET-1460:
-----------------------------------------

Additionally in wicket-extensions -> modal.js I see usage of Wicket.stopEvent (sounds like killEvent()) but 'grep' is not finding the declaration of this function anywhere in the sources (core, extensions, ...). 

> Move JavaScript function killEvent from wicketautocomplete.js to wicket-event.js
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-1460
>                 URL: https://issues.apache.org/jira/browse/WICKET-1460
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket, wicket-extensions
>    Affects Versions: 1.3.2
>            Reporter: Martin Grigorov
>            Assignee: Matej Knopp
>            Priority: Minor
>             Fix For: 1.3.4
>
>
> Is it a good idea to move the JS function "killEvent" from 
> jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
> to 
> jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/wicket-event.js ?
> I find it quite useful and I think it really belongs there.
> Currently since I don't use the autocomplete component I copied this function in my .js file (and wicket-event.js is referer in all my pages). 

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