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

stella’s picture

subscribing...

stella’s picture

Version: 4.7.x-1.x-dev » 5.x-1.7
Priority: Normal » Critical

The same also happens with the default jQuery Tooltip. This is breaking the lightbox2 functionality. This issue is also reported in #212145.

Cheers,
Stella

executex’s picture

Since the jTooltip JS file is packed, it's pretty impossible to fix without having a decryption for it.

psicomante’s picture

i will try to use the new tooltips jquery version.
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

psicomante’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks for reporting. I will try a solution.