Postponed (maintainer needs more info)
Project:
jTooltips
Version:
5.x-1.7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2007 at 12:11 UTC
Updated:
10 Mar 2008 at 19:15 UTC
Javascript file sweetTitles.js (can be inside themes sub folder) converts all title attributes in link into tip attribute.
This can be problem for like: lightbox not to show title in new window.
How:
1. script creates duplicate attribute of title with new name tip
in file sweetTitles.js find: "current[j].setAttribute('tip',current[j].title);"
2. then removes attribute title
in file sweetTitles.js find: "current[j].removeAttribute('title');"
FIX:
comment 2. string like: "\\ current[j].removeAttribute('title');"
Comments
Comment #1
stella commentedsubscribing...
Comment #2
stella commentedThe same also happens with the default jQuery Tooltip. This is breaking the lightbox2 functionality. This issue is also reported in #212145.
Cheers,
Stella
Comment #3
executex commentedSince the jTooltip JS file is packed, it's pretty impossible to fix without having a decryption for it.
Comment #4
psicomante commentedi will try to use the new tooltips jquery version.
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
Comment #5
psicomante commentedThanks for reporting. I will try a solution.