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

Right to left with ShowIcon="true"

1 Answer 26 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 11 Aug 2011, 11:54 AM
Greetings,
Please i have the following bug when using the ColorPicker with a right to left page and the ShowIcon property is set to true, the selected color is not appearing on the icon (the color of the icon is always white).

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 15 Aug 2011, 03:02 PM
Hi Bob,

The problem you have described was detected and fixed in the Q2 2010 release of the RadControls. Most probably your version of the RadControls is older than that, so I would recommend updating them to the latest release in order to remove the issue and to experience the new features that have been added.

If you are unable to upgrade, you can try the following workaround - the CSS provided below should be placed in your page's head section:
<style type="text/css">
    .RadColorPickerRTL .rcpIcon em
    {
        text-indent: 3333px !important;
        width:auto !important;
    }
</style>

I hope the information, listed above helps. Feel free to contact us again should you need further assistance.

Greetings,
Slav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ColorPicker
Asked by
Bob
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or