Download & Extend

Module breaks Javascript embedding of SWFs in IE

Project:jTooltips
Version:4.7.x-1.3
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Hi,

I ran into a problem with this module that I detailed in a post here: http://drupal.org/node/134971

I'm not quite sure what is causing the problem, but I'd be happy to help you try and troubleshoot it.

B-Dot

Comments

#1

The causing problem is

That error occurs in IE mostly when trying to access DOM elements before they are loaded. Check if your DOM-ready events.

I think i could resolve the problem, putting the script at the bottom page.

#2

Status:active» fixed

I found the error. I referenced a class that doesn't exist in the DOM tree. IE showed that error, because cannot access to that element. This patch should fix, please try the development release.

#3

Status:fixed» closed (fixed)