Henning Nöth created TOBAGO-2425:
------------------------------------
Summary: SelectOneList/SelectManyList: no-entries hint is shown
after leaving the component
Key: TOBAGO-2425
URL: https://issues.apache.org/jira/browse/TOBAGO-2425
Project: MyFaces Tobago
Issue Type: Bug
Components: JavaScript
Affects Versions: 6.7.2
Reporter: Henning Nöth
Example:
{code:xml}
<tc:selectOneList>
<tc:selectItem itemValue="Entry One"/>
<tc:selectItem itemValue="Entry Two"/>
</tc:selectOneList>
<tc:selectManyList>
<tc:selectItem itemValue="Entry One"/>
<tc:selectItem itemValue="Entry Two"/>
</tc:selectManyList>
{code}
Steps to reproduce:
1. click to open dropdown menu of the component
2. leave component
3. open the dropdown menu a second time
Result: The no-entries hint is visible.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)