1. dylanglockler
  2. Bug Report
  3. Thursday, November 28 2013, 08:51 PM
I just installed the new, pro version of Easy Profile and when I mouseover a form label the tooltip appears briefly and then disappears. What js framework are the tooltips built on? I suspect a possible javascript library conflict.
admin Accepted Answer
Admin
The tooltips generated are the same on edit/register profile of joomla. Depends of version of joomla!
Joomla 3.0 - mootools
Joomla 3.1 & joomla 3.2 - bootstrap 2

which version of the bootstrap framework do you use?

I have the same issue with bootstrap 3.
With bs3 i have a conflict with mootools.

I have added this code:
jQuery(document).ready(function($){
$(document).bind('hidden.bs.dropdown',function(e){$(e.target).css('display','');});
$(document).bind('hidden.bs.tooltip',function(e){$(e.target).css('display','');});
});
  1. more than a month ago
  2. Bug Report
  3. # 1
dylanglockler Accepted Answer
Bootstrap 3 as well. Definitely some mootool + boostrap 3 issues. I'll check out that code, thanks!

Code worked - thanks for that tip.
  1. more than a month ago
  2. Bug Report
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.