Hi,

I've installed Mediaembed as per README instructions.
However after inserting a link in the Mediaembed window, the OK button doesn't work : when I click on it, nothing happens and window stays open.

Many thanks for your help.

Laurent

Comments

Agence Web CoherActio’s picture

Anyone having the same problem ?

mephir’s picture

Have tou got any javascript errors ? Which version of ckeditor module have you got?

mephir’s picture

Status: Active » Postponed (maintainer needs more info)
Agence Web CoherActio’s picture

Status: Postponed (maintainer needs more info) » Active

Version : 6.x-1.1

No javascript error : when I click on OK, nothing happens, popups stays open (though Cancel button works fine).

Issue both on Chrome and Firefox.

Thanks

Laurent

Agence Web CoherActio’s picture

Any idea ?
Thanks

since’s picture

CK Editor version: 6.x-1.1
OK button does not work with javascript error on internet explorer:

Message: 'length' is null or not an object
Line: 56
Char: 15
Code: 0
URI: http://localhost/d6/sites/all/modules/ckeditor/plugins/mediaembed/plugin...

any workarounds?

thanks

mephir’s picture

Assigned: Unassigned » mephir
Status: Active » Needs work

This issue looks similar than other #741586: Media Embed dialog does not load when using Internet Explorer 6, can you paste the code which you are pasting into mediaembed ?

mephir’s picture

Status: Needs work » Postponed (maintainer needs more info)

Change status only.

Agence Web CoherActio’s picture

The mentioned fix works fine.

However, the width and height values of the object are lost when I validate the window.
Am I missing any setup ?

Thanks

wwalc’s picture

Fixed in CVS.
Check the dev release. If width and height are still lost, let me know the code that you paste in the MediaEmbed dialog and what do you see in the Source mode.

wwalc’s picture

Status: Postponed (maintainer needs more info) » Fixed
Agence Web CoherActio’s picture

Here is the code I've copied and pasted where width and length have been lost

<embed src='http://blabla.com/flvplayer.swf' width='400' height='300' bgcolor='000000' allowscriptaccess='always' allowfullscreen='true' flashvars='file=http://blabla.com/swf/extras/php_mysql_playlist.php?id=180922'/>
Agence Web CoherActio’s picture

Status: Fixed » Active

Updating status because of width and height problems
Thanks

wwalc’s picture

Status: Active » Fixed

Thanks for the sample code to reproduce it. Fixed in CVS, please redownload the dev version tomorrow and feel free to reopen the issue if you notice something again.

Agence Web CoherActio’s picture

Works perfectly.
Thanks

aschiwi’s picture

Status: Fixed » Active

Need to open this back up.
I just activated the mediaembed plugin with the latest CKEditor version (which is still 6.x-1.1). In Firefox, the button comes up as expected. A window pops up in which I can paste a code. But the OK button doesn't do anything. I checked in Chrome, since you guys had this problem in IE6 only. Chrome won't work at all, can't add or edit a node that has the button in it (It loads and loads until it asks whether it should abort or wait). I have hierarchical select on those pages. That's probably the problem, right?

Chrome will only fully load the page with CKEditor on it after the plugin code has been uncommented. Only removing the Button does not work.

I am running CKEditor 3.3.1 and also have the LinkToNode Plugin enabled.

aschiwi’s picture

Status: Active » Fixed

Actually I should have just been more attentive. This is fixed in dev, not stable yet. I can confirm the window closes when using the current dev. Thank you!

Status: Fixed » Closed (fixed)

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