[ 
https://issues.jboss.org/browse/RF-12653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740949#comment-12740949
 ] 

Pavol Pitonak edited comment on RF-12653 at 12/14/12 11:03 AM:
---------------------------------------------------------------

I couldn't reproduce in none of these: Chrome 23, IE 8/9/10. I tried both 
RichFaces 4.1.0.Final and 4.3.0-SNAPSHOT.
                
      was (Author: ppitonak):
    I couldn't reproduce in none of these: Chrome 23, IE 8/9/10.
                  
> 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

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to