Harej has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/340334 )

Change subject: Fixing drag-and-drop UI
......................................................................

Fixing drag-and-drop UI

Because the axis was set to "y" despite there also being an x
dimension, it made the drag and drop very jittery. This change
fixes that.

Change-Id: I8f1ddb7d21b083e7d38bb12a489cc5bedc8c518a
---
M modules/ext.CollaborationKit.list.ui.js
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CollaborationKit 
refs/changes/34/340334/1

diff --git a/modules/ext.CollaborationKit.list.ui.js 
b/modules/ext.CollaborationKit.list.ui.js
index f6bdc03..a792af1 100644
--- a/modules/ext.CollaborationKit.list.ui.js
+++ b/modules/ext.CollaborationKit.list.ui.js
@@ -300,7 +300,6 @@
                if ( !mw.config.get( 'wgCollaborationKitIsMemberList' ) ) {
                        $list.sortable( {
                                placeholder: 'mw-ck-list-dragplaceholder',
-                               axis: 'y',
                                forcePlaceholderSize: true,
                                handle: '.mw-ck-list-movebutton',
                                opacity: 0.6,

-- 
To view, visit https://gerrit.wikimedia.org/r/340334
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f1ddb7d21b083e7d38bb12a489cc5bedc8c518a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <jamesmh...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to