[richfaces-issues] [JBoss JIRA] Resolved: (RF-9672) autocomplete: table layout problems

Pavel Yaschenko (JIRA) jira-events at lists.jboss.org
Thu Nov 18 03:37:07 EST 2010


     [ https://jira.jboss.org/browse/RF-9672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list