Thanks for such a great module,... it's easy to use and it's work fine,.. but it's disturbing the drop down menu or other css layer,.. maybe it's like a wmode mode on flash content,...

CommentFileSizeAuthor
#6 wmode.patch4.92 KBbjacob

Comments

panji’s picture

Priority: Critical » Normal
panji’s picture

Assigned: Unassigned » panji
Status: Active » Fixed

Never mind,... I just found how to fix it,...
just add
wmode=\"transparent\"
after

return _16;
},getSWFHTML:function(){
var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
_19="<embed 

on cumulus.js

bjacob’s picture

Assigned: panji » bjacob

Thanks panji for your solution. I'll check it out and let you know if we change the js file. As you know cumulus.js is based on SWFObject. Maybe we should report the author the problem you've described. Perhaps someone had the same problem and a new version was released.

bjacob’s picture

Status: Fixed » Active

Change to active.

Edit: We don't have to change the cumulus.js. There's a solution where we can do it within our module... As soon as I've tested the solution I'll upload a patch/ new release for 5.x. Lut4rp can release 6.x. We'll let you know. Thanks.

panji’s picture

thanks bjacob,..

bjacob’s picture

Status: Active » Needs review
StatusFileSize
new4.92 KB

We've created a patch. It fixes the issue described above and includes some code cleanup. Please test it and tell us the results. The patch can be applied to both versions (5.x and 6.x).

panji’s picture

so far so good...
Thanks for the patch bjacob..

lut4rp’s picture

Status: Needs review » Needs work

The patch needs to be rewritten to match the Drupal coding standards.
bjacob - I understand you read the Code standards doc and then made this patch, but the standard you have used for string concatenation is valid for Drupal 7.x onwards. For Drupal 6 and earlier you need to use the old standard. Refer to http://drupal.org/node/30785 and its comments.

lut4rp’s picture

Status: Needs work » Fixed

Fixed both 5.x and 6.x versions. Thanks panji and bjacob.

bjacob’s picture

Title: Always Above everything :( » Background transparency
panji’s picture

wmode transparency

Status: Fixed » Closed (fixed)

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

vacilando’s picture

Version: 6.x-1.x-dev » 6.x-1.2
Status: Closed (fixed) » Active

6.x-1.2 still does not work as expected -- Administration Menu dropdown still appeared behind the cloud.

However, the fix in cumulus.js as described in #2 above has solved it.

kars-t’s picture

Assigned: bjacob » Unassigned
Status: Active » Needs work

The z-index issues might depend on your browser. But I will surely look into this.

queryblitz’s picture

Version: 6.x-1.2 » 6.x-1.3

Confirmed: #2 fixes it. Using Google Chrome 5.0.375.70.
Thanks panji.

webflo’s picture

peter panes’s picture

Doesn't appear to be fixed in Internet Explorer 7. I think wmode must bet set in params.

GinaF’s picture

I did what #2 suggested then also added
<param name=\"wmode\" value=\"transparent\" /> into line 70 after
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />

This worked for me.

kars-t’s picture

Status: Needs work » Fixed

This really is a meta issue that heavily depends on browsers and JS. I am setting this to fixed because it imho it can't be fixed by the module it self.

Status: Fixed » Closed (fixed)

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