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

Brian Leathem updated RF-10618:
-------------------------------

    Description: 
{code}
        <h:form>
                <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
                        autoFill="false" selectFirst="false" id="ac2"
                        value="#{autocompleteBean.svalue}" var="a"
                        autocompleteList="#{autocompleteBean.autocompleteList}">
                </rich:autocomplete>
                <h:outputText value="#{autocompleteBean.svalue}" id="out2" />
        </h:form>
{code}

# focus input
# type a - Ajax request sent and list populated - OK
# select first item. - item selected and one more Ajax request sent. - FAIL. no 
need in one more request.


This one is minor and I believe future. minor because in that case list 
returned not according to "a" letter but all the states starting on different 
letters.


  was:
{code}
        <h:form>
                <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
                        autoFill="false" selectFirst="false" id="ac2"
                        value="#{autocompleteBean.svalue}" var="a"
                        autocompleteList="#{autocompleteBean.autocompleteList}">
                </rich:autocomplete>
                <h:outputText value="#{autocompleteBean.svalue}" id="out2" />
        </h:form>
{code}

focus input
type a - Ajax request sent and list populated - OK
select first item. - item selected and one more Ajax request sent. - FAIL. no 
need in one more request.


This one is minor and I believe future. minor because in that case list 
returned not according to "a" letter but all the states starting on different 
letters.



    
> autocomplete: unnesessary request on item selection
> ---------------------------------------------------
>
>                 Key: RF-10618
>                 URL: https://issues.jboss.org/browse/RF-10618
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Milestone6
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 5-Future
>
>
> {code}
>       <h:form>
>               <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
>                       autoFill="false" selectFirst="false" id="ac2"
>                       value="#{autocompleteBean.svalue}" var="a"
>                       autocompleteList="#{autocompleteBean.autocompleteList}">
>               </rich:autocomplete>
>               <h:outputText value="#{autocompleteBean.svalue}" id="out2" />
>       </h:form>
> {code}
> # focus input
> # type a - Ajax request sent and list populated - OK
> # select first item. - item selected and one more Ajax request sent. - FAIL. 
> no need in one more request.
> This one is minor and I believe future. minor because in that case list 
> returned not according to "a" letter but all the states starting on different 
> letters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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

Reply via email to