Hi all,
I have a RadComboBox which is inside an absolutely positioned div with overflow set to auto. The problem is that when you expand the RadComboBox and then scroll down with the cursor outside of the ComboBox, the list it items in the combo box becomes detached from the base of the Combo Box.
Here is my test code:
Does anyone know of a solution to this?
Cheers!
Brent
PS I've already tried all of the solutions in this thread to no avail
PPS I'm using the Q3 2009 version of the ASP.Net AJAX controls.
I have a RadComboBox which is inside an absolutely positioned div with overflow set to auto. The problem is that when you expand the RadComboBox and then scroll down with the cursor outside of the ComboBox, the list it items in the combo box becomes detached from the base of the Combo Box.
Here is my test code:
| <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head runat="server"> |
| <title>Test Page</title> |
| </head> |
| <body style="overflow: hidden"> |
| <form id="form1" runat="server"> |
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server" /> |
| <div style="position: absolute; top: 25px; left: 25px; right: 25px; bottom: 100px; |
| overflow: auto"> |
| test<br /> |
| <telerik:RadComboBox ID="RadComboBox1" runat="server"> |
| <Items> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| <telerik:RadComboBoxItem Text="Test" /> |
| </Items> |
| </telerik:RadComboBox> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| test<br /> |
| </div> |
| </form> |
| </body> |
| </html> |
Does anyone know of a solution to this?
Cheers!
Brent
PS I've already tried all of the solutions in this thread to no avail
PPS I'm using the Q3 2009 version of the ASP.Net AJAX controls.