Closed (fixed)
Project:
Embed widgets
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jul 2008 at 12:51 UTC
Updated:
8 Nov 2008 at 13:13 UTC
Hi, thanks for this module, i just installed in my website, in the admin preview, i can see the embed widget work fine, i test it on live website (another drupal website), the height of content was only 100px i look at the code embed_widgets_remote.js, i change the height to 100% but don't correct the problem, see in my attached image
iframe.setAttribute('id', 'drupal-embed');
iframe.setAttribute('frameborder', '0');
iframe.setAttribute('width', '100%');
iframe.setAttribute('height', '100px');
Thanks for your help
| Comment | File | Size | Author |
|---|---|---|---|
| media_1215434411071.png | 52.14 KB | toma |
Comments
Comment #1
jtsnow commentedThanks for the bug report. I am not working on the 5.x version as part of Google Summer of Code, but you are welcome to post patches to correct bug fixes and add features. For now, it is recommended that you upgrade to Drupal 6 if you would like to test the module.
Comment #2
toma commentedThanks for your reply, i can't upgrade to Drupal 6 for the moment, i need to wait for modules to upgrade! i will keep an eye for the project, good luck for the Google Summer of Code
Comment #3
toma commentedIts not Embed widgets bug but the problem comes from Global Redirect module, i disable it and the module works fine, http://drupal.org/node/280078
Comment #4
jtsnow commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
toma commentedI still have the same problem, in the admin section preview work just fine, you can see a live example in my french website
http://www.annoncemaroc.net/actualites-auto-maroc.htm
the Global redirect have nothing to do with the bug
Same bug with the 6 version (http://drupal.org/node/323163)
Thanks