With the code below, tooltip content stays at "Tooltip 1 here" when hovering over Text 2. Is this a bug or am I missing something?

<style type="text/css">
.tipcontents {
display:none;
}
</style>

 <div class="tipsy2">
    <div class="tipcontents">Tooltip 1 here</div>
    Text 1
 </div>

 <div class="tipsy2">
    <div class="tipcontents">Tooltip 2 here</div>
    Text 2
 </div>

Comments

jpdaut’s picture

Assigned: Unassigned » jpdaut
Status: Active » Closed (duplicate)

I found the patch at https://drupal.org/node/1199546#comment-5215830 which solved the problem. Closed.