[richfaces-issues] [JBoss JIRA] (RF-12653) rich:autocomplete needs two clicks to hide popup

Sandro Brändli (JIRA) jira-events at lists.jboss.org
Tue Dec 11 12:02:18 EST 2012


Sandro Brändli created RF-12653:
-----------------------------------

             Summary: 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


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



More information about the richfaces-issues mailing list