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

Anton Belevich (JIRA) jira-events at lists.jboss.org
Tue Apr 29 12:09:09 EDT 2008


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

Anton Belevich resolved RF-2951.
--------------------------------

    Resolution: Won't Fix

this is IE bug with overflow:scroll and position: relative  

workaround: set for  rich:panel position: relative

> 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