Although it might be the general issue for Flash, drop down menu items get hidden behind Diaporama...

Comments

goz’s picture

I think it's flash to. Can you post a screenshot ?

ryo’s picture

StatusFileSize
new63.14 KB

Items below 'Top "page not found" errors' get hidden behind the Diaporama.

goz’s picture

it's a flash implementation and javascript bug. If i find something to fix it, i'll do it.

yurtboy’s picture

StatusFileSize
new711 bytes

This 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.

goz’s picture

Version: 5.x-1.2-beta2 » 5.x-1.6
Status: Active » Fixed

Hack has been implemented in 5.x-1.6 release.

goz’s picture

Status: Fixed » Active

The hack doesn't work on Internet Explorer.
The flash blinks with transparent option.
Does someone know how to do the hack on IE ?

JPE’s picture

add
<param name="wmode" value="transparent" />

after
<param name="movie" value="' . $base_url . "/" . variable_get .....

It works for me in IE 7 / 8

goz’s picture

Thanks JPE, i'll try this.

goz’s picture

Version: 5.x-1.6 » 5.x-2.0
Status: Active » Fixed

Bug is fixed in 5.x-2.0

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.