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

Little White Dot

3 Answers 44 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sircutbreaker
Top achievements
Rank 1
sircutbreaker asked on 07 Feb 2010, 04:19 PM
I have a combobox.. and it has a custom skin.. (just changed the hover color).. but I have this little white dot...

I have a similar black dot on the vista skin in another site...



how to get rid of it..?

thanks


3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 10 Feb 2010, 01:52 PM
Hello sircutbreaker,

We are not aware of such issue with RadComboBox, it looks more like some global CSS selector is affecting the control rendering. Can you send a sample project or a live URL where we can test it and come up with a solution for you. I can convert this forum post to a ticket if you prefer the privacy. Thank you in advance for your trouble.

Sincerely yours,
Kamen Bundev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
sircutbreaker
Top achievements
Rank 1
answered on 10 Feb 2010, 04:24 PM
The black one is public... http://giovanniscoalfirepizza.com

cant miss the dropdown, its on the master page.... upper right corner of the navbar.

The other example is closed to their clients..I would have to give you a login. Hopefully you can solve it from the public one.



Thanks!

0
Accepted
Kamen Bundev
Telerik team
answered on 11 Feb 2010, 01:54 PM
Hello sircutbreaker,

This white is actually the text  on the arrow link which became visible somehow. Add this rule to your CSS to fix it:
div.RadComboBox .rcbArrowCell a
{
    text-indent: -9999px;
}

Let me know how it goes.

Regards,
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
sircutbreaker
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
sircutbreaker
Top achievements
Rank 1
Share this question
or