IE6 goes blank
Alex Lawrence - June 27, 2009 - 16:07
| Project: | Dynamic Rendering |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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?

#1
#2
I am experiencing issues using dynamic rendering with swftools. anyone else? any ideas how to fix? thanks.
#3
Thanks 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.