]
Pavel Yaschenko resolved RF-9672.
---------------------------------
Resolution: Done
autocomplete: table layout problems
-----------------------------------
Key: RF-9672
URL:
https://jira.jboss.org/browse/RF-9672
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Pavel Yaschenko
Priority: Critical
Fix For: 4.0.0.Milestone5
<rich:autocomplete mode="cachedAjax" tokens=", "
minChars="0"
autoFill="false" selectFirst="false" layout="table"
autocompleteList="#{capitalsBean.capitals}" var="cap"
fetchValue="#{cap.name}">
<rich:column>
#{cap.name}
</rich:column>
<rich:column>
#{cap.state}
</rich:column>
</rich:autocomplete>
I'm seeing autocomplete list populated fine with values in table layout initially.
But when I start to navigate using down button there are tow problems:
1) not the whole row but single td selected
2) as a result of 1) you should press down so much times as much td's in row to get
to next row.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: