[
https://jira.jboss.org/jira/browse/RF-7390?page=com.atlassian.jira.plugin...
]
Inna Shchibrya reopened RF-7390:
--------------------------------
Assignee: Alex Kolonitsky (was: Inna Shchibrya)
For example:
<rich:panelMenu >
<rich:panelMenuItem label="CheckBox">
<h:selectBooleanCheckbox
value="false"></h:selectBooleanCheckbox>
</rich:panelMenuItem>
<rich:panelMenuItem>
<h:outputText value="CheckBox 2"></h:outputText>
<h:selectBooleanCheckbox
value="false"></h:selectBooleanCheckbox>
</rich:panelMenuItem>
<rich:panelMenuItem label="Action"
onmousedown="alert('OnMouseDown');"></rich:panelMenuItem>
<rich:panelMenuGroup label="Group 1(expanded=true)"
expanded="true" id="pmg">
<rich:panelMenuItem label="Item 1"
disabled="true"></rich:panelMenuItem>
<rich:panelMenuItem label="Item 1 (action)"
onmousedown="alert('OnMouseDown');"></rich:panelMenuItem>
<rich:panelMenuItem label="Item 2"></rich:panelMenuItem>
</rich:panelMenuGroup>
</rich:panelMenu>
Verified for jsp project.
panelMenu: There are some problems with icons
----------------------------------------------
Key: RF-7390
URL:
https://jira.jboss.org/jira/browse/RF-7390
Project: RichFaces
Issue Type: Bug
Components: component-menu
Affects Versions: 3.3.2.CR1
Environment: All browsers
Reporter: Inna Shchibrya
Assignee: Alex Kolonitsky
Priority: Minor
Fix For: 3.3.2.CR1
Attachments: panelMenu_icons.png
1. The icons for the items which aren't included in some panelMenuGroup are visible
after user points the mouse over the item only. If item is disabled
(disabled="true") the icon is not visible at all. If items are included in some
panelMenuGroup they are visible.
2. Default icons aren't present for panelMenuGroup. See attachment.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira