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

ShowIcon in IE6

2 Answers 60 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
de Phoenix
Top achievements
Rank 1
de Phoenix asked on 16 Dec 2010, 03:59 PM
Hi! I have a problem with displaying colorpicker. I set SelectedColor = #FF0000 and colorpicker displays it normally, but if I set property ShowIcon = true then current color in colorpicker is #FFFFFF, but value of SelectedColor still #FF0000. Can you help me? In IE7 and IE8 it works fine.

2 Answers, 1 is accepted

Sort by
0
Accepted
Tsvetie
Telerik team
answered on 21 Dec 2010, 05:10 PM
Hello,
I was able to reproduce the problem on our side and forwarded it to our developers. We will do our best to fix it for Q3 2010 SP2. For the time being, you can use the following workaround:
<head runat="server">
    <title></title>
    <style type="text/css">
    .ShowSelectedColor .rcpIcon em
    {
        z-index: 10 !important;
        line-height:12px !important;
    }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
 
    <telerik:RadColorPicker ID="RadColorPicker1" runat="server" CssClass="ShowSelectedColor" ShowIcon="true"></telerik:RadColorPicker>
 
    </form>
</body>


Greetings,
Tsvetie
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.
0
de Phoenix
Top achievements
Rank 1
answered on 22 Dec 2010, 08:21 AM
Thanks so much! It really working!
Tags
ColorPicker
Asked by
de Phoenix
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
de Phoenix
Top achievements
Rank 1
Share this question
or