[richfaces-issues] [JBoss JIRA] Created: (RF-2309) comboBox: rich:effect component doesn't take effect on rich:combobox component.

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


comboBox: rich:effect component doesn't take effect on rich:combobox component.
-------------------------------------------------------------------------------

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


Step 1. Hang rich:effect on rich:comboBox component. Use following code:
<rich:effect for="comboBox_ID" name="comboBox" type="Fade"
			params="duration:#{effect.time}" />
<rich:comboBox id="comboBox_ID" onmouseover="comboBox()">
		<f:selectItem itemValue="1st test"/>
		<f:selectItem itemValue="2nd test"/>		
		</rich:comboBox>
Step 2. Navigate to page, contained tested comboBox component;
Step 3. Mouse over comboBox & verify any("Fade" in this case) rich:effect take place.

Actual behavior:
Nothing happend.

Expected behavior:
specified effect should be applied for rich:comboBox component.

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