We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Bug: page refresh required after video upload using Chrome Version 27.0.1453.116 m - Video | Forum

S. Bourdon
S. Bourdon Jul 7 '13
Hello,


After a video upload (using the "Video" link in the head menu), nothing is being displayed unless a page refresh is manually done by the user.


This happens under Chrome Version 27.0.1453.116 m.


Please see attached image.









Thank you!

S. Bourdon
S. Bourdon Jul 8 '13
This happens only when uploading something from YouTube...

Since the YouTube embed codes have changed, a code modification is necessary.


Here's what I've done.


In ow_plugins\video\controllers\add.php, after:

$clip->code = UTIL_HtmlTag::stripJs($values['code']);


add:

$clip->code = str_replace('src="//www.youtube.com', 'src="http://www.youtube.com', ($values['code']));



Hope this helps!

S. Bourdon
S. Bourdon Dec 23 '13
Issue reported in first post is still true under Chrome Version 31.0.1650.63 m.

I'm on a Windows 8 PC.

I was able to reproduce this bug on your demo site too!


Any fix for this?


Thank you!

Joey
Joey Dec 30 '13
Quote from S. Bourdon Issue reported in first post is still true under Chrome Version 31.0.1650.63 m.

I'm on a Windows 8 PC.

I was able to reproduce this bug on your demo site too!


Any fix for this?


Thank you!


Same here. Also when users put embed code with 1200px its realy ugly. Why not autoresize?
You do not have permission to reply this topic