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

navigate to anchor in iframe within tooltip

1 Answer 98 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
rleast
Top achievements
Rank 1
rleast asked on 18 Mar 2010, 05:51 AM
Greetings,
I'm setting up several Rad Tooltips and thought I'd just use an iFrame with a single basic HTML page containing anchors to spin to the correct spot. Works great in Google but IE8 doesn't spin to anchor. If I put a link on the top of the page and click the link after it loads it does go to anchor (Moves the whole page up, not just the TT) but won't spin to anchor on load in IE8. Any one have any thoughts on this?

Thanks

<telerik:RadToolTip ID="RadToolTip1" runat="server" Height="350px" 
        ManualClose="True" Position="TopRight" Skin="Web20" 
        TargetControlID="Img_LicenseQualified" Width="400px"> 
        <iframe id="iTotal" src="../html/licensehelp.htm#Total" frameborder= "0"  scrolling= "no"  
            style="WIDTH: 400px; HEIGHT: 350px" name="I1"></iframe>
    </telerik:RadToolTip>


1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 23 Mar 2010, 01:11 PM
Hi rleast,

I tested the scenario you describe both with a standard IFRAME element and with an IFRAME which is embedded in a RadToolTip but unfortunately to no avail - I could not see any difference. Please, examine the test [ages I attached for your reference and let me know if I am doing something wrong. Once I am able to observe the problem I will do my best to help.

Regards,
Svetlina
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
ToolTip
Asked by
rleast
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or