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

[Solved] Compatibility Issues IE8

1 Answer 81 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Thomas Rozzi
Top achievements
Rank 1
Thomas Rozzi asked on 28 Jan 2010, 09:01 PM
Is there any known compatibility issues with v2008 02 and IE8? My combo box is entire width and the dropdown is detached from the text box.

Thnaks
Thomas

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 29 Jan 2010, 01:48 PM
Hi Thomas,

Yes, Q2 2008 doesn't have official IE8 support since IE8 was released the next year. However you can add this snippet to your page to fix the aforementioned issues:
<!--[if gte IE 8]>
    <style type="text/css">
        .RadComboBox { display: inline-block !important; }
        div.rcbSlide { padding: 0 2px 2px 0; }
        div.rcbSlide div { margin: 2px 0 0 2px; }
        div.rcbSlide div div { margin: auto; }
    </style>
<![endif]-->

Let me know if that helps.

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Thomas Rozzi
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or