[richfaces-issues] [JBoss JIRA] (RF-12284) Disabled menuGroup within dropDownMenu appears only on every second mouse over

Brian Leathem (JIRA) jira-events at lists.jboss.org
Thu Aug 2 17:01:06 EDT 2012


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

Brian Leathem updated RF-12284:
-------------------------------

      Fix Version/s: 4.3-Tracking
    Forum Reference: https://community.jboss.org/thread/200032  (was: https://community.jboss.org/thread/200032)

    
> Disabled menuGroup within dropDownMenu appears only on every second mouse over
> ------------------------------------------------------------------------------
>
>                 Key: RF-12284
>                 URL: https://issues.jboss.org/browse/RF-12284
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 4.1.0.Final
>            Reporter: Georg Nozicka
>              Labels: disabled, dropDownMenu, menu, mouseover, richfaces4
>             Fix For: 4.3-Tracking
>
>
> See "Forum Reference" for a detailed description here: [https://community.jboss.org/thread/200032]
> Short version:
> {code:xml}
> <rich:toolbar>
>  <rich:dropDownMenu mode="ajax">
>   <f:facet name="label">
>    <h:panelGroup>
>     <h:outputText value="Detail" />
>    </h:panelGroup>
>   </f:facet>
>   <rich:menuGroup label="Group" disabled="#{true}" />
>  </rich:dropDownMenu>
> </rich:toolbar>
> {code}
> When I move the mouse to the label named "Detail", the menuGroup labled with "Group" only appears on every second mouse over. This means:
> * Move mouse over "Detail" -> "Group" appears
> * Move mouse away from "Details"
> * Move mouse over "Detail" -> "Group" does not appears
> * Move mouse away from "Details"
> * Move mouse over "Detail" -> "Group" appears
> * ... and so forth.
>  
> This described behavior only happens when menuGroup is disabled. When menuGroup is enabled, it appears as expected on every mouse over. 

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

        


More information about the richfaces-issues mailing list