Closed (fixed)
Project:
Facelift Image Replacement Integration
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2009 at 16:06 UTC
Updated:
17 May 2010 at 10:30 UTC
flir.js assumes the module is installed in sites/all/modules, if you install it elsewher you get broken images in IE6 for requests to spacer.png. the path to spacer.png should be an option that is auto-discovered.
Comments
Comment #1
btopro commentedis this still the case in 1.3-beta?
Comment #2
omerida commentedI'm not sure - we decided not to use the flir module.
Comment #3
iweb commentedI've just installed the dev version, and it's definitely still looking in sites/all/modules/flir/flir for spacer.png
I've looked further into this and the modules/flir/flir/flir.js has the path hard coded at line 427 as below:
The spacer.png file lives in the same directory, and changing flir.js to the following seems to work:
Comment #4
hadsie commentedThis isn't hardcoded in the 2.x branch of flir.