[
https://issues.jboss.org/browse/RF-10618?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč resolved RF-10618.
-----------------------------
Labels: needs-qe (was: )
Assignee: Pavol Pitonak
Fix Version/s: 5.0.0.Alpha2
(was: 5-Future)
Resolution: Out of Date
YEs, I can confirm the RF 5 implementation does not suffer from this issue.
QE: please confirm in release testing phase and once corfimed, close it WITHOUT fix
version
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: Pavol Pitonak
Priority: Minor
Labels: needs-qe
Fix For: 5.0.0.Alpha2
{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