The ComboBox pop-up is moving over the page during scrolling in mobile Chrome (Android device). The problem is occurres both in scrolled or zoomed elements.
*The same issue is reproducible also in the SkinChooser.
Steps to reproduce:
1. Run the following code in in mobile Chrome:
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" PersistenceMode="ViewState" RenderMode="Auto" Skin="Telerik">
</telerik:RadSkinManager><br /><br />
<telerik:RadComboBox ID="cb1" runat="server" AutoPostBack="true">
<Items>
<telerik:RadComboBoxItem Text="January" Value="1" />
<telerik:RadComboBoxItem Text="February" Value="2" />
<telerik:RadComboBoxItem Text="March" Value="3" />
<telerik:RadComboBoxItem Text="April" Value="4" />
<telerik:RadComboBoxItem Text="May" Value="5" />
<telerik:RadComboBoxItem Text="June" Value="6" />
<telerik:RadComboBoxItem Text="July" Value="7" />
</Items>
</telerik:RadComboBox>
2. Tap over the combo in order to show its dropdown
3. Drag to scroll the page to the left
Result: The dropdown pop-up is moving over the page.