[richfaces-issues] [JBoss JIRA] Updated: (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:54:29 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2951?page=all ]

Ilya Shaikovsky updated RF-2951:
--------------------------------

    JBoss Forum Reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141098#4141098
              Description: 
		<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>


First it doesn't scrolled with other content at all
Second - popup should not disappears if scrool used.

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


> 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>
> First it doesn't scrolled with other content at all
> Second - popup should not disappears if scrool used.

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