r46000 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45999‎ | r46000 | r46001 >
Date:03:25, 22 January 2009
Author:dale
Status:deferred
Tags:
Comment:
fix for dragging seek bar in Safari:

apparently Safari does not give proper parent container attribute data to jQuery draggable without the "float" property applied to the draggable node. This is odd because the draggable element is relatively positioned and it works in Firefox and Internet Explorer.
Modified paths:
  • /trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js (modified) (history)
  • /trunk/extensions/MetavidWiki/skins/mv_embed/skins/mvpcf/styles.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/skins/mv_embed/skins/mvpcf/styles.css
@@ -285,6 +285,7 @@
286286 position: relative;
287287 z-index: 6;
288288 margin: -13px 0 0 0px;
 289+ float: left;
289290 cursor: pointer;
290291 }
291292 .tt_highlight{
Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js
@@ -22,7 +22,7 @@
2323 }
2424
2525 //used to grab fresh copies of scripts. (should be changed on commit)
26 -var MV_EMBED_VERSION = '1.0rc4';
 26+var MV_EMBED_VERSION = '1.0rc5';
2727
2828 //the name of the player skin (default is mvpcf)
2929 var mv_skin_name = 'mvpcf';

Status & tagging log