Closed (fixed)
Project:
Imagemenu
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2009 at 09:58 UTC
Updated:
22 Mar 2010 at 13:50 UTC
I get this strange behavior sometimes the mouseover image won't appear I just get a broken image icon. I've tried this in several browsers, same error. The image path is correct because otherwise it wouldn't work when pressing reload. Any inputs this? Is it some sort cache problem?
Comments
Comment #1
reed.richards commentedI think the problem might be inherent to the way the module uses document.imgname.src. Maybe a clear jquery implementation would be more stable and better. One that would nicely degrade when javascript is turned off.
Comment #2
reed.richards commentedI did this just a quick fix and it seems to be solving the problem. I think using the name tag seems to be a bit outdated(Netscapeish) and maybe the trouble is with caching of the images or something. Anyways I did this fix which ads some jquery lines that switches the images using id rather than name.
Comment #3
marcus_clements commentedI've done this in simple javascript (not Jquery) in this version - it should fix your problem.