Closed (duplicate)
Project:
Dynamic Rendering
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2009 at 16:07 UTC
Updated:
2 Aug 2009 at 01:58 UTC
When the sifr module is activated, IE6 only shows a blank page.
According to different forum entries this is caused by the prefetch of the swf.
The solution is to run the code directly in the head of the html document, not on any "dom-ready" function.
To do this I commented out Line 383 and 403 in sifr3.inc:
$output .= "Drupal.behaviors.renderSIFR3 = function () {\n";
$output .= "}\n";
Can anyone confirm this?
Comments
Comment #1
Alex Lawrence commentedComment #2
corneliusk commentedI am experiencing issues using dynamic rendering with swftools. anyone else? any ideas how to fix? thanks.
Comment #3
sunThanks for taking the time to report this issue.
However, marking as duplicate of #120308: Add sIFR 3 plugin. This bug has been fixed just today. A new development snapshot will be available within the next 12 hours.