Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Odd tooltip displayed (Read 4067 times)
Oli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 12
Joined: Sep 23rd, 2013
Odd tooltip displayed
Oct 11th, 2013 at 1:40pm
Print Post  
Hello,

I have a layered layout diagram running.
I create nodes for the diagram in code behind.
While creating the nodes, the tooltip is set with the following code:
node.ToolTip = "click to open details to this dataset"
The weird thing is, that this tooltip is only displayed in JavaApplet, in ImgageMap the tooltip looks like shown in the attachement.
Does anybody know what I'm doing wrong?

Thanks
Oli
  

tooltip.png (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Odd tooltip displayed
Reply #1 - Oct 11th, 2013 at 2:05pm
Print Post  
Hi,

The control assigns Tooltip to the AREA's Title attribute, and that string identifier to the Alt attribute. The five browsers we test with show the tooltip (Title attribute) correctly, in what browser are you seeing the Alt value?

Stoyan
  
Back to top
 
IP Logged
 
Oli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 12
Joined: Sep 23rd, 2013
Re: Odd tooltip displayed
Reply #2 - Oct 11th, 2013 at 2:15pm
Print Post  
Hello Stoyan

thanks for your fast reply!

I'm running this application in IE9.
I'm quite shure that this problem was not there all the time...
What I did on your advice was switching the DLLs to version 5.0.1 because of the Java Warning, but I tried the issue with the "old" DLLs and the tooltip problem was still there.
The other change was, that yesterday have been windows updates loaded but only for .NET 3.5 not .Net 4.0 (where my application runs)?

additional: I tested the issue in Firefox and there the tooltip is displayed like expected


Oli
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Odd tooltip displayed
Reply #3 - Oct 11th, 2013 at 4:52pm
Print Post  
Hi Oli,

We've tried it with IE9 too but the tooltip displays fine. Can you see the correct title value if you look in the generated html code in IE? Also can you see any differences if you save the pages from Firefox and IE and compare them with windiff?

Stoyan
  
Back to top
 
IP Logged
 
Oli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 12
Joined: Sep 23rd, 2013
Re: Odd tooltip displayed
Reply #4 - Oct 14th, 2013 at 6:09am
Print Post  
Hi Stoyan
Yesterday I started to analyze the differences, like you told me. I started the two Browsers (IE9 and Firefox) and both displayed the same, right tooltip!? If I hadn't done a screenshot I thought I'm completly crazy. So I checked again what happened to my system between this two tests.
There was a windows-defender definition update (see screenshot below). So it looks like this update has fixed the problem (and one of the ones before caused the trouble...).
I'm sorry that I created additional work for you and thank you for your help.

Oli
  

windowsDefenderUpdate.JPG (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Odd tooltip displayed
Reply #5 - Oct 14th, 2013 at 6:40am
Print Post  
Hi Oli,

Actually we were able to reproduce that by turning on IE's compatibility mode. We'll see if we can do anything about it.

Stoyan
  
Back to top
 
IP Logged
 
Oli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 12
Joined: Sep 23rd, 2013
Re: Odd tooltip displayed
Reply #6 - Oct 14th, 2013 at 7:16am
Print Post  
Hello Stoyan

you are right and I was wrong, switching in compatibility mode of IE 9 brings the problem back.
Please let me know when you have found a solution.

Thanks.
Oli
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint