Closed (fixed)
Project:
IE 6 Update
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 23:31 UTC
Updated:
24 Feb 2010 at 05:53 UTC
Sorry but I tried on 2 different drupal sites and I've nothing write on the source code...
Comments
Comment #1
Funkwarrior commentedOh, the 2 sites are mutlilingual...
Comment #2
buddaI can't get it working on two sites i've tried too. The ie6update_preprocess_page() is getting called, but something is stopping the appended $vars['scripts'] from ever getting to the page.tpl.php
Both the themes i'm using are based on the Zen 6.x framework.
Comment #3
fenstratCan confirm this.
Have also tracked it down to jquery_update. As a test disable jquery_update, the ie6script is then added fine. It's due to the way jquery_update modifies $vars['scripts'] in preprocess_page - as a result ie6updates preprocess additions are blown away.
Turns out it has already been fixed: #539780: Adding to scripts using preprocess page no good.