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

Cursor bleeds through to lower controls

3 Answers 67 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Stoick
Top achievements
Rank 2
Stoick asked on 25 Jun 2009, 03:02 PM
I have a tool tip that loads over a control. The tool tip contains a few RadComboBox's. It appears possible to click inside the combobox and the event is transferred to the control below.

I created simple page with a tooltip that loads over a RadCalendar and was able to reproduce. Am I missing something here or is this a bug?  I am using  2009.1 527 (May 27, 2009) and IE 8

It also appears to work fine in compatibility View.

<asp:Label ID="Label2" runat="server" Text="Hello World!"></asp:Label> 
        <telerik:RadToolTip ID="RadToolTip1" runat="server" Height="180px" Width="235px" TargetControlID="Label2" ManualClose ="true">  
            <table> 
            <tr> 
            <td> 
                <telerik:RadComboBox ID="RadComboBox2" runat="server" EmptyMessage="Testing combo...">  
                </telerik:RadComboBox> 
            </td> 
            </tr> 
            <tr> 
            <td> 
                <telerik:RadComboBox ID="RadComboBox3" runat="server" EmptyMessage="Testing combo...">  
                </telerik:RadComboBox> 
            </td> 
            </tr> 
            <tr> 
            <td> 
                <telerik:RadComboBox ID="RadComboBox4" runat="server" EmptyMessage="Testing combo...">  
                </telerik:RadComboBox> 
            </td> 
            </tr>             
              
            </table> 
        </telerik:RadToolTip>       
        <telerik:RadCalendar ID="RadCalendar2" runat="server" Font-Names="Arial, Verdana, Tahoma" 
            ForeColor="Black" Style="border-color: #ececec">  
        </telerik:RadCalendar>     

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 30 Jun 2009, 11:37 AM
Hello Stoick,

We are familiar with this problem and the guys from the RadComboBox team have already fixed it in our internal builds. The fix will be available with the Q2 version of the controls which will appear in the next couple of days.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Stoick
Top achievements
Rank 2
answered on 08 Jul 2009, 05:57 PM
I tried the newest build 2009.2 701 (Jul 1, 2009) and it this does not seem to be completely fixed. I'm still hitting the lower calendar controls.
0
Georgi Tunev
Telerik team
answered on 10 Jul 2009, 11:20 AM
Hi Stoick,

Unfortunately the fix that we initially implemented lead to other problems so we've had to remove it. We are currently working on a new fix and until it is released, I suggest to use the following style as a workaround:

.RadComboBox .rcbInput  
   backgroundwhite !important; 
   filter: chroma(color=white) !important; 


I hope this helps.

All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Stoick
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
Stoick
Top achievements
Rank 2
Share this question
or