The iframe code to share a video always embeds File:DuckandC1951.ogg, regardless of the video that's currently viewed.
Also, the "copy code" button doesn't actually copy anything. I'm assuming these issues are related, so I'm grouping them into this report.
Steps to reproduce
- Go to https://en.wikipedia.org/wiki/User:RobLa-WMF/Video_testing
- Click the "Share" icon on any video
- Click "Copy code"
Actual results
- Nothing is copied to the clipboard
- The iframe code that is displayed contains another video:
<iframe src="//en.wikipedia.org/wiki/File:DuckandC1951.ogg?embedplayer=yes" width="1024" height="768" frameborder="0" ></iframe>
Expected results
- The iframe code is copied to the clipboard.
- The iframe code contains the right video, not DuckandC1951.ogg.
Additional information
Firefox 16.0.2 on openSUSE 12.2
Version: unspecified
Severity: normal