[richfaces-issues] [JBoss JIRA] Created: (RF-2951) comboBox in scrollable container doesn't get scrolled in IE7

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Apr 3 05:52:29 EDT 2008


comboBox in scrollable container doesn't get scrolled in IE7
------------------------------------------------------------

                 Key: RF-2951
                 URL: http://jira.jboss.com/jira/browse/RF-2951
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: IE7 only
            Reporter: Ilya Shaikovsky
         Assigned To: Anton Belevich
             Fix For: 3.2.1


		<rich:panel style="width:500px; height:300px; overflow:scroll" >
			<a4j:outputPanel layout="block" style="width:1000px; height:600px;" >
				<h:outputText value="ComboBox Scroll Bug" />
				<rich:comboBox>
					<f:selectItem itemValue="option1" itemLabel="option1" />
					<f:selectItem itemValue="option2" itemLabel="option2" />
					<f:selectItem itemValue="option3" itemLabel="option3" />
				</rich:comboBox>
			</a4j:outputPanel>
		</rich:panel>

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