[richfaces-issues] [JBoss JIRA] Commented: (RF-7994) disabled rich:menuItem cause render problems

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Oct 16 10:36:36 EDT 2009


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

Ilya Shaikovsky commented on RF-7994:
-------------------------------------

<rich:dropDownMenu>
			<f:facet name="label">
				<h:outputText value="titi" />
			</f:facet>
			<rich:menuGroup value="bob">
				<rich:menuItem value="bob1" />
				<rich:menuItem value="bob2" disabled="true"/>
				<rich:menuItem value="bob3"  disabled="true"/>
				<rich:menuItem value="bob4" />
			</rich:menuGroup>
			<rich:menuGroup value="toto">
				<rich:menuItem value="toto1" />
				<rich:menuItem value="toto2" />
				<rich:menuItem value="toto3" />
			</rich:menuGroup>
			<rich:menuItem value="coucou" />
		</rich:dropDownMenu>

this code causes bob4 menu Item appears on the page if menu not appeared at all.

> disabled rich:menuItem cause render problems
> --------------------------------------------
>
>                 Key: RF-7994
>                 URL: https://jira.jboss.org/jira/browse/RF-7994
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.2.SR1
>         Environment: FF3
>            Reporter: Andreas Höhmann
>            Assignee: Nick Belaevski
>         Attachments: screenshot-1.jpg
>
>
> disabled menu items cause render problems

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