This is a migrated thread and some comments may be shown as answers.

problem with IE8

2 Answers 46 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
VnDevil
Top achievements
Rank 2
VnDevil asked on 15 Jun 2010, 07:48 AM
Hi Telerik,
I Have a issue with RadComboBox skin in IE8
Here is my code and issue in blelow picture

<!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></title
</head> 
<body> 
    <form id="form1" runat="server"
    <div> 
        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> 
        <telerik:RadComboBox ID="RadComboBox1" runat="server"></telerik:RadComboBox> 
        <telerik:RadComboBox ID="RadComboBox2" runat="server"></telerik:RadComboBox> 
        <telerik:RadComboBox ID="RadComboBox3" runat="server"></telerik:RadComboBox> 
        <telerik:RadComboBox ID="RadComboBox4" runat="server"></telerik:RadComboBox> 
    </div> 
    </form> 
</body> 
</html> 

Please check it

2 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 15 Jun 2010, 10:09 AM
Hi DA DA,

This issue occurs when the page is zoomed in (in your case to 105%) and this is normal with our current design of the skins - they use one sprite and position it as a background in the target elements.

Sincerely yours,
Simon
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
VnDevil
Top achievements
Rank 2
answered on 15 Jun 2010, 01:07 PM
Oh, I see, thanks for your greate suggest : D
Tags
ComboBox
Asked by
VnDevil
Top achievements
Rank 2
Answers by
Simon
Telerik team
VnDevil
Top achievements
Rank 2
Share this question
or