[
https://issues.apache.org/jira/browse/TOBAGO-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861164#comment-15861164
]
Hudson commented on TOBAGO-1689:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #774 (See
[https://builds.apache.org/job/Tobago%20Trunk/774/])
TOBAGO-1689 change event is not executed for <tc:suggest>
When using <tc:suggest/> the <tc:event> as well as <f:ajax> are now supported.
[developed by sub_ft1, hnoeth] (deki:
[http://svn.apache.org/viewvc/?view=rev&rev=1782451])
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/SuggestController.java
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/50-filter/sheet-filter.xhtml
* (add)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4500-suggest
* (add)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4500-suggest/suggest.xhtml
* (edit)
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/script/tobago-suggest.js
> change event is not executed for <tc:suggest>
> ---------------------------------------------
>
> Key: TOBAGO-1689
> URL: https://issues.apache.org/jira/browse/TOBAGO-1689
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Themes
> Affects Versions: 3.0.2
> Reporter: Henning Noeth
> Assignee: Dennis Kieselhorst
> Fix For: 3.1.0
>
> Attachments: tobago-1689.patch, tobago-1689.patch
>
>
> A change event is not executed for <tc:suggest> if a suggestion is selected.
> {code:xml}
> <tc:in value="...">
> <tc:suggest query="...">
> <tc:selectItems ... />
> </tc:suggest>
> <tc:event/>
> </tc:in>
> {code}
> Same if <tc:event/> is replaced by <f:ajax>.
> The change event is only executed if no suggestion is available for the
> entered string or if the suggested string is completely written by the user.
> Example:
> <tc:suggest> knows the values "Sun, Moon, Stars".
> If the user enter 'Su' and select 'Sun' from the suggestion list: no change
> event is executed.
> If the user enter 'Su' and press TAB to complete the string 'Sun': no change
> event is executed.
> If the user enter 'Sun': change event is executed.
> If the user enter 'Jupiter': change event is executed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)