[richfaces-issues] [JBoss JIRA] Reopened: (RF-7390) panelMenu: There are some problems with icons

Inna Shchibrya (JIRA) jira-events at lists.jboss.org
Mon Jun 29 09:26:56 EDT 2009


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

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

        



More information about the richfaces-issues mailing list