]
Nick Belaevski updated RF-6464:
-------------------------------
Fix Version/s: Future
Assignee: Anton Belevich (was: Nick Belaevski)
Combobox is broken by empty value of the 1th select item in the
list.
---------------------------------------------------------------------
Key: RF-6464
URL:
https://jira.jboss.org/jira/browse/RF-6464
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.SNAPSHOT
Reporter: Alexander Dubovsky
Assignee: Anton Belevich
Priority: Minor
Fix For: Future
Source:
<rich:comboBox id="combo" value="#{comboBox.modelSelected}"
defaultLabel="Select account ..." >
<f:selectItems value="#{comboBox.selectItemListModel}"
id="accounts" />
</rich:comboBox>
selectItemListModel = new ArrayList<SelectItem>();
selectItemListModel.add(new SelectItem(" "));
for (int i = 0; i < 10; i++) {
selectItemListModel.add(new SelectItem("val" + i));
}
# Open page, click comboBox arrow, check list height
Result: only 2 items are visible.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: