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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Dec 11 13:29:19 EST 2012


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

Brian Leathem reassigned RF-12653:
----------------------------------

    Assignee: Pavol Pitonak


QE, can you please verify this issue, and also establish what browsers are affected by it?
                
> 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: Pavol Pitonak
>              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: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list