CalcBuilder Forum

Double hint on Info icon

Usuario jennik 2011-12-23 15:23:48

Just found one rather minor issue. But it's kind of annoying though:

When you hover the mouse cursor above the "info" icon two pop-up hints appear. One bacause of default browser behaviour showing the pop-up when a TITLE parameter is defined inside <IMG> tag. And there is the second one I can't figure our where is it from.

Please take a look, how it appears in the latest versions of IE, Firefox and Chrome:

Firefox:
http://sv.prazak.net/images/calc-bug-ff.jpg

Internet Explorer:
http://sv.prazak.net/images/calc-bug-ie.jpg

Chrome:
http://sv.prazak.net/images/calc-bug-ch.jpg

Edited by jennik - 23.12.2011 15:27

Moonsoft support 2011-12-23 17:04:50

Hello,
we have added a custom tooltip to the fields, which is supposed to get rid of the default and show the custom one. If it's not working right, you can try to disable it deleting\commenting these lines at joomla\modules\mod_calcbuilder\tmpl\default.php

$('stickyDescContent_int').setStyle('width', 200);
var swin;
$('cb_name_tooltip').addEvent('mouseover',function(){
swin=new StickyWin.PointyTip('',$('stickyDescContent').get('html'),{
relativeTo: $('cb_name_tooltip'),
point: 1,
widht: '150px'
});
});
$('cb_name_tooltip').addEvent('mouseout',function(){
swin.hide();
});

Hope this helps
Moonsoft Team

Edited by MSTeam - 23.12.2011 17:05

...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!
...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!