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

psicomante’s picture

Thanks a lot, fixed ;)

psicomante’s picture

Status: Needs work » Fixed

Status -> Fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)
d0t101101’s picture

Version: 5.x-1.5 » 5.x-1.7

This problem resurfaced in IE7. I found a fix here:

http://drupal.org/node/125650

In jtooltips.module, I had to use this line instead:

drupal_add_js(_jtooltips_get_javascript(), 'inline', 'footer', TRUE);

(notice the TRUE statement at the end)

After making this change the 'operation aborted' errors in IE7 disappear.

.

d0t101101’s picture

Not entirely though :( After clearing my browser cache, it seems the error pops up with the first visit to the site.

.

geshan’s picture

I have the same problem when I use Ligthtbox 2. what to do??

vvvi’s picture

to 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