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,...
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | wmode.patch | 4.92 KB | bjacob |
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,...
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | wmode.patch | 4.92 KB | bjacob |
Comments
Comment #1
panji commentedComment #2
panji commentedNever mind,... I just found how to fix it,...
just add
wmode=\"transparent\"after
on cumulus.js
Comment #3
bjacob commentedThanks 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.
Comment #4
bjacob commentedChange 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.
Comment #5
panji commentedthanks bjacob,..
Comment #6
bjacob commentedWe'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).
Comment #7
panji commentedso far so good...
Thanks for the patch bjacob..
Comment #8
lut4rp commentedThe 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.
Comment #9
lut4rp commentedFixed both 5.x and 6.x versions. Thanks panji and bjacob.
Comment #10
bjacob commentedComment #11
panji commentedwmode transparency
Comment #13
vacilando commented6.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.
Comment #14
kars-t commentedThe z-index issues might depend on your browser. But I will surely look into this.
Comment #15
queryblitz commentedConfirmed: #2 fixes it. Using Google Chrome 5.0.375.70.
Thanks panji.
Comment #16
webflo commentedMarked as duplicate
#974692: Cumulus overlaying content
#680078: foreground to background
Comment #17
peter panes commentedDoesn't appear to be fixed in Internet Explorer 7. I think wmode must bet set in params.
Comment #18
GinaF commentedI 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.
Comment #19
kars-t commentedThis 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.