]
Pavol Pitonak updated RF-12653:
-------------------------------
Assignee: Brian Leathem (was: Pavol Pitonak)
rich:autocomplete needs two clicks to hide popup
------------------------------------------------
Key: RF-12653
URL:
https://issues.jboss.org/browse/RF-12653
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component
Affects Versions: 4.1.0.Final
Environment: Internet Explorer 9
Reporter: Sandro Brändli
Assignee: Brian Leathem
Labels: ie
In Internet Explorer 9 (did not test other versions) when an autocomplete popup is opened
by clicking on the arrow button, it needs two clicks to close it.
This can be reproduced with the following code:
{noformat}
<?xml version='1.0' encoding='UTF-8' ?>
<ui:composition
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:rich="http://richfaces.org/rich"
xmlns:fn="http://java.sun.com/jsp/jstl/functions">
<f:view>
<h:head></h:head>
<h:body>
<rich:autocomplete mode="client" minChars="0"
autofill="false" showButton="true"
autocompleteList="#{fn:split('Test 1, Test 2, Test 3',
',')}" />
</h:body>
</f:view>
</ui:composition>
{noformat}
--
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: