[richfaces-issues] [JBoss JIRA] Created: (RF-2314) comboBox: rich:comboBox itemValues display in italic in case conboBox is in rich:panelMenu component.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Feb 21 12:49:42 EST 2008


comboBox: rich:comboBox itemValues display in italic in case conboBox is in rich:panelMenu component.
-----------------------------------------------------------------------------------------------------

                 Key: RF-2314
                 URL: http://jira.jboss.com/jira/browse/RF-2314
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: IE6, IE7, FF, Safari
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski
            Priority: Minor
         Attachments: comboBoxInPanelMenu.png

Step 1. Add rich:comboBox component inside PanelMenu. Use following code:
<rich:panelMenuItem label="Item Image">
    <rich:comboBox>
    <f:selectItem itemValue="item_1"/>
    <f:selectItem itemValue="item_2"/>
    </rich:comboBox>
</rich:panelMenuItem>
Step 2. Navigate to page contained PanelMenu.
Step 3. Find & click on comboBoxe's button attached to input box.
Step 4. Verify itemValues font style displaying.

Actual behavior:
itemValues display in italic. For more information see attached comboBoxInPanelMenu.png
Expected behavior:
itemValues shouldn't have italic font.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list