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

How to debug RadComboBox?

1 Answer 56 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dave Mateer
Top achievements
Rank 1
Dave Mateer asked on 31 Aug 2010, 10:14 AM
Hi

http://alpha.mateerit.co.nz/materials.aspx

This page has 2 radcombobox's on it, which are connected in a subcategory way.. with linq datasources. 

I'm getting a strange rendering bug in IE6, whereby it is the radcombobox's (which I've got on other pages as well, with the same issue) which seem to affect the IE6 specific css (shown below) and cause it problems.  Basically the menu images appear white and can't be clicked on the live site.

Anything obvious that RadComboBox would be affecting below?

IE6 specific CSS:

.page
{
background: none;
width: 970px;
margin: 0px auto;
}

#nav li
{
width: 80px;
}

#nav li a div
{
right: 16px !important;
left: auto !important;
}

#bd
{
width: 968px;
}

#ft
{
position: relative;
text-align: center;
}

.footer-logo
{
position: absolute;
top: 4px;
left: 9px;
}

.ccc-logo
{
position: absolute;
top: 10px;
right: 17px;
}

#bottom
{
display: none;
}


.form {
font-size: 83%;
}

.form input {
height: 21px !important;
}

.form .field.checkField .value input {
width: auto;
}


1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 31 Aug 2010, 01:06 PM
Hi Dave,

You seem to be using PNGFix applied with a behavior to all your anchor elements. Our RadControls for ASP.NET AJAX are not compatible with it since it injects elements in the anchors and tries to position them. You can however change the CSS selector for this behavior and point it where you need it, for instance:
#nav a { behavior: url(iepngfix.htc); }

will apply it only on the menu images.

Sincerely yours,
Kamen Bundev
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
Tags
ComboBox
Asked by
Dave Mateer
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or