Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The title of the video and the “remove” link are not visible in this Safari 4 #3

Open
bzerangue opened this issue Oct 2, 2009 · 0 comments

Comments

@bzerangue
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant