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

Pavol Pitonak edited comment on RF-12653 at 5/2/13 7:10 AM:
------------------------------------------------------------

Yes, I could reproduce the bug with sample provided in 
https://community.jboss.org/thread/203124 in both IE9 and IE10, works fine with 
Chrome 26 and Firefox 20.
                
      was (Author: ppitonak):
    Yes, I could reproduce the bug with sample provided in 
https://community.jboss.org/thread/203124
                  
> 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