Constant animation in I.E 7 and broken image
smurk75 - June 30, 2008 - 23:54
| Project: | Lightbox2 |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I updated to the current lightbox release and noticed that the animated loading image continues to run when the image has been loaded. There also appears to be like a broken image that shows above the caption. Any ideas?

#1
I think if you disable the nice menus module the problem should go away. If this is the case, then this is a duplicate of http://drupal.org/node/235562
Basically the nice menus module follows a non-standard method of adding javascript files to the page. The module only attempts to add the javascript for IE browsers, hence why this doesn't happen in Firefox. As a result of this, the jquery.js file is loaded on the page twice, causing each jquery call to be executed twice! This results in two lightboxes appearing on the page which causes the incorrect images to appear.
Please try disabling the nice menus modules, even if only briefly, to confirm that this is the problem.
Cheers,
Stella
#2
Yes. Lightbox works PUURFECT when the nicemenus are disabled!
#3
THANKS SO MUCH STELLA!! I updated the nicemenues.module file with the requested script and it works great. 2 hand salute!
Sam
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.