When using tooltips, IE6 sometimes report "Operation Aborted" error message and fails to load a page.
This issue is addressed in http://drupal.org/node/128186 and http://support.microsoft.com/default.aspx/kb/927917
Solution is to alter place javascript just before closing tag. Change following line
drupal_add_js(_jtooltips_get_javascript(), 'inline');
to
drupal_add_js(_jtooltips_get_javascript(), 'inline', 'footer');
which will print JTooltips jquery code in $closure.
Cheers!
Comments
Comment #1
psicomante commentedThanks a lot, fixed ;)
Comment #2
psicomante commentedStatus -> Fixed
Comment #3
(not verified) commentedComment #4
d0t101101 commentedThis problem resurfaced in IE7. I found a fix here:
http://drupal.org/node/125650
In jtooltips.module, I had to use this line instead:
(notice the TRUE statement at the end)
After making this change the 'operation aborted' errors in IE7 disappear.
.
Comment #5
d0t101101 commentedNot entirely though :( After clearing my browser cache, it seems the error pops up with the first visit to the site.
.
Comment #6
geshan commentedI have the same problem when I use Ligthtbox 2. what to do??
Comment #7
vvvi commentedto geshan post #6 - I had the same problem, after updating to last version (Ligthtbox 2 5.x-2.9 to the date) all work fine.
My best regards