[richfaces-issues] [JBoss JIRA] Created: (RF-2311) ComboBox: incorrect work rich:comboBox component inside rich:listShuttle.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Feb 21 11:41:58 EST 2008


ComboBox: incorrect work rich:comboBox component inside rich:listShuttle.
-------------------------------------------------------------------------

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

Step 1. Add rich:comboBox component inside rich:listShuttle. Use following code:
                       <h:column>
				<f:facet name="header">
					<h:outputText value="ComboBox" />
				</f:facet>
				<rich:comboBox>
				<f:selectItem itemValue="Combo_1"/>
				<f:selectItem itemValue="Combo_2"/>
				</rich:comboBox>
			</h:column>
Step 2. Navigate to page, contained listShuttle("copy" operation should present).
Step 3. Find comboBox component inside listShuttle and click on it's button, attached to input box.
Step 4. Verify comboBoxe's popup list appearence place. -#1
Step 5. Select row, contained comboBox & copy them. Use "copyControlLabel" attribute.
Step 6. Click on being copied comboBoxe's button attached to input box & verify popup list appearence. -#2

Actual behavior:
#1: Popup list appears so far from selected comboBox. For more information see attached ComboBoxInListShuttle.png.
#2: Popup list doesn't appear for comboBox in row, being copied.

Expected behavior:
Popup list appearence rule shouldn't be changeable.

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