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: Nick Belaevski
Priority: Critical
<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.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues