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

Chris Simons (JIRA) jira-events at lists.jboss.org
Thu Sep 4 12:24:39 EDT 2008


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


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