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

Jiří Štefek commented on RF-12242:
----------------------------------

Can be also reproduced in Metamer: 
http://localhost:8080/metamer/faces/components/richDropDownMenu/topMenu.xhtml 
(just set @showDelay).

It seems that the problem is in _label facet_. When you put there extra 
elements (like from h:outputImage >>> <img> ) it behaves like reported. 

Without <h:graphicImage> there is no problem.

{code:xml}
<f:facet name="label">
    <h:panelGroup>
        <h:outputText value="File" />
    </h:panelGroup>
</f:facet>
{code} 
                
> rich:dropDownMenu and showTimeout works wrong
> ---------------------------------------------
>
>                 Key: RF-12242
>                 URL: https://issues.jboss.org/browse/RF-12242
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 4.2.1.Final
>         Environment: Firefox 12.0
>            Reporter: Dmitry Volkov
>            Assignee: Jiří Štefek
>
> If showTimeout defined, dropdown menu appears although mouse cursor is 
> already outside of menu. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
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