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

Cursor is visible through tooltip

2 Answers 41 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ruben Markosyan
Top achievements
Rank 1
Ruben Markosyan asked on 25 Apr 2013, 10:02 AM

Recently our QA team assigned the issue to me. Cursor is blinking over tooltip in the IE10 (and older versions of the Internet Explorer.   

I am able to recreated the issue in the Telerik online examples, here http://demos.telerik.com/aspnet-ajax/tooltip/examples/waiariasupport/defaultcs.aspx

See attached image.

However there is no such issue in the Fire Fox or Google Chrome.

Any solutions for the problem?

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Apr 2013, 10:52 AM
Hi Ruben,

This seems like a browser behavior to me - that the user must always have an indication where the focus (cursor) is. I can reproduce this with a simple div put over a focused textbox and I am attaching here a screenshot:
<span class="spacer"></span><asp:TextBox ID="Textbox1" runat="server" />
<div class="tooltipMock">tooltip mockup</div>
.tooltipMock
{
    width: 150px;
    height: 40px;
    background-color: #25A0DA;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 8000;
}
.spacer
{
    width: 30px;
    display:inline-block;
}

If you can find a way to work around this and share it with the community I am sure others will benefit from that, too.

Greetings,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ruben Markosyan
Top achievements
Rank 1
answered on 29 Apr 2013, 09:42 AM
Thank you Marin
Tags
ToolTip
Asked by
Ruben Markosyan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Ruben Markosyan
Top achievements
Rank 1
Share this question
or