Closed (fixed)
Project:
Diaporama
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 04:59 UTC
Updated:
30 Sep 2009 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
goz commentedI think it's flash to. Can you post a screenshot ?
Comment #2
ryo commentedItems below 'Top "page not found" errors' get hidden behind the Diaporama.
Comment #3
goz commentedit's a flash implementation and javascript bug. If i find something to fix it, i'll do it.
Comment #4
yurtboy commentedThis worked..
but it is a direct hack of the code
<param name="wmode" value="transparent"Line 636 of diaporama.module
I will submit this as a diff as well below
And I will post it as an patch in the other area as well.
Comment #5
goz commentedHack has been implemented in 5.x-1.6 release.
Comment #6
goz commentedThe hack doesn't work on Internet Explorer.
The flash blinks with transparent option.
Does someone know how to do the hack on IE ?
Comment #7
JPE commentedadd
<param name="wmode" value="transparent" />after
<param name="movie" value="' . $base_url . "/" . variable_get .....It works for me in IE 7 / 8
Comment #8
goz commentedThanks JPE, i'll try this.
Comment #9
goz commentedBug is fixed in 5.x-2.0