[richfaces-issues] [JBoss JIRA] Resolved: (RF-4395) rich:dropDownMenu - display is never right

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 14:21:36 EST 2008


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

Nick Belaevski resolved RF-4395.
--------------------------------

    Resolution: Out of Date
      Assignee: Tsikhon Kuprevich


Cannot reproduce on current 3.3.0 snapshot

> rich:dropDownMenu - display is never right
> ------------------------------------------
>
>                 Key: RF-4395
>                 URL: https://jira.jboss.org/jira/browse/RF-4395
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Chris Simons
>            Assignee: Tsikhon Kuprevich
>         Attachments: Firefox.jpg, Firefox_toolbar.jpg, IE6.jpg, IE6_toolbar.jpg
>
>
> I see a lot of rich:dropDownMenu bugs being resolved as "Cannot Reproduce" but RichFaces users are clearly reporting these issues over and over again.
> Here is a simple rich:dropDownMenu inside of a rich:dataTable column.
> <rich:dropDownMenu value="Actions">
> 						<rich:menuItem submitMode="ajax" value="Edit"
> 							action="#{userProfileManager.modifyEmergencyContact}">
> 						</rich:menuItem>
> 						<rich:menuItem submitMode="ajax" value="Delete"
> 							action="#{userProfileManager.preRemoveEmergencyContact}"
> 							oncomplete="javascript:Richfaces.showModalPanel('removePopup')">
> 						</rich:menuItem>
> 					</rich:dropDownMenu>
> In IE 6, this renders wrong (see screenshot).
> In FireFox 2.0/3.0, it is still wrong but slightly better. (see screenshot)
> Adding a rich:toolBar around the rich:dropDownMenu does little to change the appearance...
> <rich:toolBar>
> 			<rich:dropDownMenu value="Actions">
> 						<rich:menuItem submitMode="ajax" value="Edit"
> 							action="#{userProfileManager.modifyEmergencyContact}">
> 						</rich:menuItem>
> 						<rich:menuItem submitMode="ajax" value="Delete"
> 							action="#{userProfileManager.preRemoveEmergencyContact}"
> 							oncomplete="javascript:Richfaces.showModalPanel('removePopup')">
> 						</rich:menuItem>
> 					</rich:dropDownMenu>
> 			</rich:toolBar>
> IE 6 - see screenshot; first menuItem will not highlight when hovered; appearance is all over the place
> Firefox 2.0/3.0 - see screenshot;
> These are two RichFaces components not playing nice together.  Shouldn't they?

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