Forum
Calc Builder Support
Calc Builder supportForums
Public write access is disabled. Please login
Double hint on Info icon 23.12.2011 15:23
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
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
Re: Double hint on Info icon 23.12.2011 17:04
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
Moonsoft Team
www.moonsoft.es
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
Moonsoft Team
www.moonsoft.es