You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Safari 4, the title of the Vimeo video and the "remove" link are not visible in the backend.
I think I found what maybe the issue. The spans and anchor elements in the object element seem to be causing a problem in Safari 4. When you move the spans and anchor element right outside of the object element (but still inside the video container span, it seems to show up).
I adjusted the field.vimeo_video.php file around line 168 and I appended the $meta and $change variables as children to $video_container instead of $video.
Now, it seems to be working in Mozilla based browsers (Firefox, Camino), Webkit browsers (Safari, Chrome), IE8, and seems to show up in Opera 10.
In Safari 4, the title of the Vimeo video and the "remove" link are not visible in the backend.
I think I found what maybe the issue. The spans and anchor elements in the object element seem to be causing a problem in Safari 4. When you move the spans and anchor element right outside of the object element (but still inside the video container span, it seems to show up).
I adjusted the field.vimeo_video.php file around line 168 and I appended the
$meta
and$change
variables as children to$video_container
instead of$video
.Now, it seems to be working in Mozilla based browsers (Firefox, Camino), Webkit browsers (Safari, Chrome), IE8, and seems to show up in Opera 10.
I've posted the adjusted code here... http://pastie.org/639496.
The text was updated successfully, but these errors were encountered: