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

IE + Jquery maphighlight and Tooltip issue

2 Answers 85 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 21 Oct 2011, 01:59 AM
I got a nice version working of this working:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/usingwithimagemap/defaultcs.aspx 


So to start, have a look at my sample page here:  ONLY OPEN IN new version of Firefox, Chrome or Safari:
http://www.icp-org.com/dynamic/OrgWorldMap/

There is a lot going on here, but try hovering over 'Hover here to reveal which countries have Organizations' and it will highlight the countries.  Try hovering over USA and you will see the pop up functionality.  Awesome page huh?  All driven from a database.  Thats what I thought until I opened in any version of IE, so try the same in IE.

- Actually everything works except the 'Hover here to reveal...."   This is with Telerik.Web version 2009.3.1... something.

- I tried it with version 2011.2.712.40   
and then it does not even work in FF, Chrome, etc, so upgrading actually brought me backwards.   And I know this is an issue with the RadToolTip and/or RadTooltip manager since when I remove all telerik from the page the 'Hover to Reveal...'   works fine in all browsers.  Any help?  THANK YOU THANK YOU THANK YOU

2 Answers, 1 is accepted

Sort by
0
Accepted
Kevin
Top achievements
Rank 2
answered on 21 Oct 2011, 01:47 PM
Hello Joe,

When I inspect you page using the IE Developer Toolbar, it doesn't show your area maps as having an alt property (which you're using to find the elements), but instead it has an id set because you're adding this yourself in your code. You should change your code to find the areas by id and see if that resolves your issue.

Why the alt field doesn't show in IE must have something to do with the RadToolTip control?

I hope that helps.
0
Joe
Top achievements
Rank 1
answered on 21 Oct 2011, 05:42 PM
Dude good call.  For some reason I thought that setting of the id was not working since View Source did not show an id on the areas.  Also works with the new version of DLL.  Thanks!
Tags
ToolTip
Asked by
Joe
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Joe
Top achievements
Rank 1
Share this question
or