]
Chris Simons updated RF-4395:
-----------------------------
Attachment: Firefox.jpg
Firefox - no toolbar
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
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: