]
Brian Leathem updated RF-12284:
-------------------------------
Fix Version/s: 4.3-Tracking
Forum Reference:
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: