splitbrain / dokuwiki-plugin-vshare

Plugin to easily embed videos from various video sharing sites into DokuWiki
http://www.dokuwiki.org/plugin:vshare
17 stars 19 forks source link

Incompatibility with the new Dokuwiki template #13

Closed CMCDragonkai closed 1 year ago

CMCDragonkai commented 11 years ago

When applied to the new dokuwiki template, and you hover your mouse over the edit button, a right aligned video disappears and you can't use the edit button.

ghost commented 11 years ago

I see this too.

Klap-in commented 10 years ago

All videos (not only right aligned ones) in the section for which the edit button is hovered will vanish temporary. It has a relation with the wrapping, performed when hovering over the button. This wrapping appears as the grey box around the section, but force the iframe to reload as well. When the hover finish, the wrap is removed again, and the iframe is reloaded another time.. https://github.com/splitbrain/dokuwiki/blob/master/lib/scripts/page.js

Klap-in commented 10 years ago

Maybe using an image instead of directly loading a movie (see #28) is a solution.

downhamdave commented 8 years ago

Is this still a problem?