CMS MADE SIMPLE FORGE

JQueryTools

 

[#7321] Fancybox IE rules need updating

avatar
Created By: Tyler Boespflug (tyman00)
Date Submitted: Thu Dec 08 17:54:53 -0500 2011

Assigned To: Robert Campbell (calguy1000)
Version: 1.0.10
CMSMS Version: 1.10.2
Severity: Minor
Resolution: None
State: Open
Summary:
Fancybox IE rules need updating
Detailed Description:
My logs are filling with a bunch of "File does not exist" errors when
jquerytools is loaded in the admin with IE.

All of the IE rules (starting around Line: 343) need to have the full path for
the images in the "AlphaImageLoader" path.

Instead of just:

(src='fancy_loading.png', sizingMethod='scale')

I had to put:

(src='/modules/JQueryTools/lib/jquery.fancybox/fancy_loading.png',
sizingMethod='scale')


History