Drop down menu items get hidden behind Diaporama

ryo - July 15, 2008 - 04:59
Project:Diaporama
Version:5.x-2.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

GoZ - July 15, 2008 - 18:16

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

#2

ryo - July 16, 2008 - 04:43

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

AttachmentSize
hidden_dropdown_nicemenus_items.jpg 63.14 KB

#3

GoZ - July 16, 2008 - 11:21

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

#4

yurtboy - November 12, 2008 - 23:03

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.

AttachmentSize
diaporama.module.patch 711 bytes

#5

GoZ - December 27, 2008 - 21:25
Version:5.x-1.2-beta2» 5.x-1.6
Status:active» fixed

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

#6

GoZ - January 9, 2009 - 18:22
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 ?

#7

JPE - July 27, 2009 - 17:27

add

<?php
<param name="wmode" value="transparent" />
?>

after

<?php
<param name="movie" value="' . $base_url . "/" . variable_get .....
?>

It works for me in IE 7 / 8

#8

GoZ - August 5, 2009 - 06:09

Thanks JPE, i'll try this.

#9

GoZ - September 16, 2009 - 15:38
Version:5.x-1.6» 5.x-2.0
Status:active» fixed

Bug is fixed in 5.x-2.0

#10

System Message - September 30, 2009 - 15:40
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.